Class TaskStatus
Assembly: OpenSearch.Client.dll
Syntax
Properties
|
Edit this page
View Source
Batches
Declaration
[DataMember(Name = "batches")]
public long Batches { get; }
Property Value
|
Edit this page
View Source
Created
Declaration
[DataMember(Name = "created")]
public long Created { get; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[DataMember(Name = "deleted")]
public long Deleted { get; }
Property Value
|
Edit this page
View Source
Noops
Declaration
[DataMember(Name = "noops")]
public long Noops { get; }
Property Value
|
Edit this page
View Source
RequestsPerSecond
Declaration
[DataMember(Name = "requests_per_second")]
public float RequestsPerSecond { get; }
Property Value
|
Edit this page
View Source
Retries
Declaration
[DataMember(Name = "retries")]
public TaskRetries Retries { get; }
Property Value
|
Edit this page
View Source
ThrottledMilliseconds
Declaration
[DataMember(Name = "throttled_millis")]
public long ThrottledMilliseconds { get; }
Property Value
|
Edit this page
View Source
ThrottledUntilMilliseconds
Declaration
[DataMember(Name = "throttled_until_millis")]
public long ThrottledUntilMilliseconds { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public long Total { get; }
Property Value
|
Edit this page
View Source
Updated
Declaration
[DataMember(Name = "updated")]
public long Updated { get; }
Property Value
|
Edit this page
View Source
VersionConflicts
Declaration
[DataMember(Name = "version_conflicts")]
public long VersionConflicts { get; }
Property Value
Extension Methods