Show / Hide Table of Contents

Class StateOperatorProgress

Inheritance
object
StateOperatorProgress
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StateOperatorProgress : IDirectResponseSchema

Properties

AllRemovalsTimeMs

Declaration
[JsonProperty("allRemovalsTimeMs")]
public virtual long? AllRemovalsTimeMs { get; set; }
Property Value
Type Description
long?

AllUpdatesTimeMs

Declaration
[JsonProperty("allUpdatesTimeMs")]
public virtual long? AllUpdatesTimeMs { get; set; }
Property Value
Type Description
long?

CommitTimeMs

Declaration
[JsonProperty("commitTimeMs")]
public virtual long? CommitTimeMs { get; set; }
Property Value
Type Description
long?

CustomMetrics

Declaration
[JsonProperty("customMetrics")]
public virtual IDictionary<string, long?> CustomMetrics { get; set; }
Property Value
Type Description
IDictionary<string, long?>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MemoryUsedBytes

Declaration
[JsonProperty("memoryUsedBytes")]
public virtual long? MemoryUsedBytes { get; set; }
Property Value
Type Description
long?

NumRowsDroppedByWatermark

Declaration
[JsonProperty("numRowsDroppedByWatermark")]
public virtual long? NumRowsDroppedByWatermark { get; set; }
Property Value
Type Description
long?

NumRowsRemoved

Declaration
[JsonProperty("numRowsRemoved")]
public virtual long? NumRowsRemoved { get; set; }
Property Value
Type Description
long?

NumRowsTotal

Declaration
[JsonProperty("numRowsTotal")]
public virtual long? NumRowsTotal { get; set; }
Property Value
Type Description
long?

NumRowsUpdated

Declaration
[JsonProperty("numRowsUpdated")]
public virtual long? NumRowsUpdated { get; set; }
Property Value
Type Description
long?

NumShufflePartitions

Declaration
[JsonProperty("numShufflePartitions")]
public virtual long? NumShufflePartitions { get; set; }
Property Value
Type Description
long?

NumStateStoreInstances

Declaration
[JsonProperty("numStateStoreInstances")]
public virtual long? NumStateStoreInstances { get; set; }
Property Value
Type Description
long?

OperatorName

Declaration
[JsonProperty("operatorName")]
public virtual string OperatorName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX