Search Results for

    Show / Hide Table of Contents

    Class CatCountRecord

    Inheritance
    object
    CatCountRecord
    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 CatCountRecord : ICatRecord

    Properties

    | Edit this page View Source

    Count

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

    Epoch

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

    Timestamp

    Declaration
    [DataMember(Name = "timestamp")]
    public string Timestamp { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Count
      • Epoch
      • Timestamp
    • Implements
    • Extension Methods
    Back to top Generated by DocFX