Class TotalIndexingLoad
Inheritance
TotalIndexingLoad
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class TotalIndexingLoad : IndexingLoad
Properties
|
Edit this page
View Source
CoordinatingRejections
Declaration
[DataMember(Name = "coordinating_rejections")]
public int CoordinatingRejections { get; }
Property Value
|
Edit this page
View Source
PrimaryRejections
Declaration
[DataMember(Name = "primary_rejections")]
public int PrimaryRejections { get; }
Property Value
|
Edit this page
View Source
ReplicaRejections
Declaration
[DataMember(Name = "replica_rejections")]
public int ReplicaRejections { get; }
Property Value
Extension Methods