Class IndexingLoad
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndexingLoad
Properties
|
Edit this page
View Source
All
Declaration
[DataMember(Name = "all")]
public string All { get; }
Property Value
|
Edit this page
View Source
AllInBytes
Declaration
[DataMember(Name = "all_in_bytes")]
public long AllInBytes { get; }
Property Value
|
Edit this page
View Source
CombinedCoordinatingAndPrimary
Declaration
[DataMember(Name = "combined_coordinating_and_primary")]
public string CombinedCoordinatingAndPrimary { get; }
Property Value
|
Edit this page
View Source
CombinedCoordinatingAndPrimaryInBytes
Declaration
[DataMember(Name = "combined_coordinating_and_primary_in_bytes")]
public long CombinedCoordinatingAndPrimaryInBytes { get; }
Property Value
|
Edit this page
View Source
Coordinating
Declaration
[DataMember(Name = "coordinating")]
public string Coordinating { get; }
Property Value
|
Edit this page
View Source
CoordinatingInBytes
Declaration
[DataMember(Name = "coordinating_in_bytes")]
public long CoordinatingInBytes { get; }
Property Value
|
Edit this page
View Source
Primary
Declaration
[DataMember(Name = "primary")]
public string Primary { get; }
Property Value
|
Edit this page
View Source
PrimaryInBytes
Declaration
[DataMember(Name = "primary_in_bytes")]
public long PrimaryInBytes { get; }
Property Value
|
Edit this page
View Source
Replica
Declaration
[DataMember(Name = "replica")]
public string Replica { get; }
Property Value
|
Edit this page
View Source
ReplicaInBytes
Declaration
[DataMember(Name = "replica_in_bytes")]
public long ReplicaInBytes { get; }
Property Value
Extension Methods