Class: ElasticGraph::SchemaDefinition::Indexing::RolloverConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/elastic_graph/schema_definition/indexing/rollover_config.rb

Instance Method Summary collapse

Instance Method Details

#runtime_metadataObject



16
17
18
19
20
21
# File 'lib/elastic_graph/schema_definition/indexing/rollover_config.rb', line 16

def 
  SchemaArtifacts::RuntimeMetadata::IndexDefinition::Rollover.new(
    frequency: frequency,
    timestamp_field_path: timestamp_field_path.path_in_index
  )
end