Class ShardRetentionLease
Inheritance
ShardRetentionLease
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
|
Edit this page
View Source
RetainingSequenceNumber
Declaration
[DataMember(Name = "retaining_seq_no")]
public long RetainingSequenceNumber { get; }
Property Value
|
Edit this page
View Source
Source
Declaration
[DataMember(Name = "source")]
public string Source { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
Extension Methods