Class CatSegmentsRecord
Inheritance
CatSegmentsRecord
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CatSegmentsRecord : ICatRecord
Properties
|
Edit this page
View Source
Committed
Declaration
[DataMember(Name = "committed")]
public string Committed { get; set; }
Property Value
|
Edit this page
View Source
Compound
Declaration
[DataMember(Name = "compound")]
public string Compound { get; set; }
Property Value
|
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
Generation
Declaration
[DataMember(Name = "generation")]
public string Generation { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[DataMember(Name = "id")]
public string Id { 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
Ip
Declaration
[DataMember(Name = "ip")]
public string Ip { get; set; }
Property Value
|
Edit this page
View Source
PrimaryReplica
Declaration
[DataMember(Name = "prirep")]
public string PrimaryReplica { get; set; }
Property Value
|
Edit this page
View Source
Searchable
Declaration
[DataMember(Name = "searchable")]
public string Searchable { get; set; }
Property Value
|
Edit this page
View Source
Segment
Declaration
[DataMember(Name = "segment")]
public string Segment { get; set; }
Property Value
|
Edit this page
View Source
Shard
Declaration
[DataMember(Name = "shard")]
public string Shard { 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
SizeMemory
Declaration
[DataMember(Name = "size.memory")]
public string SizeMemory { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }
Property Value
Implements
Extension Methods