Class CatCountRecord
Inheritance
CatCountRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatCountRecord : ICatRecord
Properties
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public string Count { get; set; }
Property Value
|
Edit this page
View Source
Epoch
Declaration
[DataMember(Name = "epoch")]
public string Epoch { get; set; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public string Timestamp { get; set; }
Property Value
Implements
Extension Methods