Elasticsearch::ILM::Actions
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew(*, 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)
SourceInstance methods
delete
Sourcedownsample
Sourceforcemerge
Sourcerollover
Sourceshrink
Source