Search Results for

    Show / Hide Table of Contents

    Class TemplateMapping

    Inheritance
    object
    TemplateMapping
    Implements
    ITemplateMapping
    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 TemplateMapping : ITemplateMapping

    Properties

    | Edit this page View Source

    Aliases

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

    IndexPatterns

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

    Mappings

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

    Order

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

    Settings

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

    Version

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

    Implements

    ITemplateMapping

    Extension Methods

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