struct Elasticsearch::ILM::Actions
- Elasticsearch::ILM::Actions
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ilm.crConstructors
- .new(pull : JSON::PullParser)
- .new(*, rollover : Elasticsearch::ILM::Actions::RollOver | Nil = nil, downsample : Elasticsearch::ILM::Actions::Downsample | Nil = nil, delete : Elasticsearch::ILM::Actions::Delete | Nil = nil, shrink : Elasticsearch::ILM::Actions::Shrink | Nil = nil, forcemerge : Elasticsearch::ILM::Actions::ForceMerge | Nil = nil)
Instance Method Summary
- #delete : Delete | Nil
- #downsample : Downsample | Nil
- #forcemerge : ForceMerge | Nil
- #rollover : RollOver | Nil
- #shrink : Shrink | Nil
Constructor Detail
def self.new(*, rollover : Elasticsearch::ILM::Actions::RollOver | Nil = nil, downsample : Elasticsearch::ILM::Actions::Downsample | Nil = nil, delete : Elasticsearch::ILM::Actions::Delete | Nil = nil, shrink : Elasticsearch::ILM::Actions::Shrink | Nil = nil, forcemerge : Elasticsearch::ILM::Actions::ForceMerge | Nil = nil)
#