Search Results for

    Show / Hide Table of Contents

    Interface ITemplateMapping

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

    Properties

    | Edit this page View Source

    Aliases

    Declaration
    [DataMember(Name = "aliases")]
    IAliases Aliases { get; set; }
    Property Value
    Type Description
    IAliases
    | 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

    Mappings

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

    Order

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

    Settings

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

    Version

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Aliases
      • IndexPatterns
      • Mappings
      • Order
      • Settings
      • Version
    • Extension Methods
    Back to top Generated by DocFX