struct Elasticsearch::DataStreams::DataStream

Included Modules

Defined in:

data_streams.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def allow_custom_routing? : Bool #

[View source]
def generation : Int64 #

[View source]
def hidden? : Bool #

[View source]
def ilm_policy : String | Nil #

[View source]
def indices : Array(Index) #

[View source]
def meta : Hash(String, JSON::Any) | Nil #

[View source]
def name : String #

https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-data-stream.html#get-data-stream-api-response-body


[View source]
def replicated? : Bool #

[View source]
def status : Status #

[View source]
def system? : Bool #

[View source]
def template : String #

[View source]
def timestamp_field : Field #

[View source]