Search Results for

    Show / Hide Table of Contents

    Class CatTemplatesRecord

    Inheritance
    object
    CatTemplatesRecord
    Implements
    ICatRecord
    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
    [DataContract]
    public class CatTemplatesRecord : ICatRecord

    Properties

    | Edit this page View Source

    IndexPatterns

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

    Name

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

    Order

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

    Version

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

    Implements

    ICatRecord

    Extension Methods

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