Class CatIndicesRecord
Inheritance
CatIndicesRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatIndicesRecord : ICatRecord
Properties
|
Edit this page
View Source
DocsCount
Declaration
[DataMember(Name = "docs.count")]
public string DocsCount { get; set; }
Property Value
|
Edit this page
View Source
DocsDeleted
Declaration
[DataMember(Name = "docs.deleted")]
public string DocsDeleted { get; set; }
Property Value
|
Edit this page
View Source
Health
Declaration
[DataMember(Name = "health")]
public string Health { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; set; }
Property Value
|
Edit this page
View Source
Primary
Declaration
[DataMember(Name = "pri")]
public string Primary { get; set; }
Property Value
|
Edit this page
View Source
PrimaryStoreSize
Declaration
[DataMember(Name = "pri.store.size")]
public string PrimaryStoreSize { get; set; }
Property Value
|
Edit this page
View Source
Replica
Declaration
[DataMember(Name = "rep")]
public string Replica { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
|
Edit this page
View Source
StoreSize
Declaration
[DataMember(Name = "store.size")]
public string StoreSize { get; set; }
Property Value
|
Edit this page
View Source
TotalMemory
Declaration
[DataMember(Name = "tm")]
public string TotalMemory { get; set; }
Property Value
|
Edit this page
View Source
UUID
Declaration
[DataMember(Name = "uuid")]
public string UUID { get; set; }
Property Value
Implements
Extension Methods