Search Results for

    Show / Hide Table of Contents

    Interface IComposableIndexTemplate

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IComposableIndexTemplate

    Properties

    | Edit this page View Source

    ComposedOf

    Declaration
    [DataMember(Name = "composed_of")]
    IReadOnlyCollection<string> ComposedOf { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    DataStream

    Declaration
    [DataMember(Name = "data_stream")]
    IDataStreamTemplate DataStream { get; set; }
    Property Value
    Type Description
    IDataStreamTemplate
    | Edit this page View Source

    IndexPatterns

    Declaration
    [DataMember(Name = "index_patterns")]
    IReadOnlyCollection<string> IndexPatterns { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    Meta

    Declaration
    [DataMember(Name = "_meta")]
    IDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Priority

    Declaration
    [DataMember(Name = "priority")]
    long? Priority { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Template

    Declaration
    [DataMember(Name = "template")]
    ITemplate Template { get; set; }
    Property Value
    Type Description
    ITemplate
    | Edit this page View Source

    Version

    Declaration
    [DataMember(Name = "version")]
    long? Version { get; set; }
    Property Value
    Type Description
    long?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ComposedOf
      • DataStream
      • IndexPatterns
      • Meta
      • Priority
      • Template
      • Version
    • Extension Methods
    Back to top Generated by DocFX