Class ShardRetentionLeasesStats
Inheritance
ShardRetentionLeasesStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ShardRetentionLeasesStats
Properties
|
Edit this page
View Source
Leases
Declaration
[DataMember(Name = "leases")]
public IReadOnlyCollection<ShardRetentionLease> Leases { get; }
Property Value
|
Edit this page
View Source
PrimaryTerm
Declaration
[DataMember(Name = "primary_term")]
public long PrimaryTerm { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public long Version { get; }
Property Value
Extension Methods