Search Results for

    Show / Hide Table of Contents

    Class PitDetail

    Inheritance
    object
    PitDetail
    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 PitDetail

    Properties

    | Edit this page View Source

    CreationTime

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

    KeepAlive

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

    PitId

    Declaration
    [DataMember(Name = "pit_id")]
    public string PitId { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CreationTime
      • KeepAlive
      • PitId
    • Extension Methods
    Back to top Generated by DocFX