Search Results for

    Show / Hide Table of Contents

    Class ComposableIndexTemplate

    Inheritance
    object
    ComposableIndexTemplate
    Implements
    IComposableIndexTemplate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ComposableIndexTemplate : IComposableIndexTemplate

    Properties

    | Edit this page View Source

    ComposedOf

    Declaration
    public IReadOnlyCollection<string> ComposedOf { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    DataStream

    Declaration
    public IDataStreamTemplate DataStream { get; set; }
    Property Value
    Type Description
    IDataStreamTemplate
    | Edit this page View Source

    IndexPatterns

    Declaration
    public IReadOnlyCollection<string> IndexPatterns { get; set; }
    Property Value
    Type Description
    IReadOnlyCollection<string>
    | Edit this page View Source

    Meta

    Declaration
    public IDictionary<string, object> Meta { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Priority

    Declaration
    public long? Priority { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Template

    Declaration
    public ITemplate Template { get; set; }
    Property Value
    Type Description
    ITemplate
    | Edit this page View Source

    Version

    Declaration
    public long? Version { get; set; }
    Property Value
    Type Description
    long?

    Implements

    IComposableIndexTemplate

    Extension Methods

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