Class TranslogStats
Inheritance
TranslogStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TranslogStats
Properties
|
Edit this page
View Source
EarliestLastModifiedAge
Declaration
[DataMember(Name = "earliest_last_modified_age")]
public long EarliestLastModifiedAge { get; set; }
Property Value
|
Edit this page
View Source
Operations
Declaration
[DataMember(Name = "operations")]
public long Operations { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[DataMember(Name = "size")]
public string Size { get; set; }
Property Value
|
Edit this page
View Source
SizeInBytes
Declaration
[DataMember(Name = "size_in_bytes")]
public long SizeInBytes { get; set; }
Property Value
|
Edit this page
View Source
UncommittedOperations
Declaration
[DataMember(Name = "uncommitted_operations")]
public int UncommittedOperations { get; set; }
Property Value
|
Edit this page
View Source
UncommittedSize
Declaration
[DataMember(Name = "uncommitted_size")]
public string UncommittedSize { get; set; }
Property Value
|
Edit this page
View Source
UncommittedSizeInBytes
Declaration
[DataMember(Name = "uncommitted_size_in_bytes")]
public long UncommittedSizeInBytes { get; set; }
Property Value
Extension Methods