Search Results for

    Show / Hide Table of Contents

    Class ShardRetentionLease

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

    Properties

    | Edit this page View Source

    Id

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

    RetainingSequenceNumber

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

    Source

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

    Timestamp

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

    Extension Methods

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