Class StageOutputMetrics
Metrics about the output written by the stage.
Inheritance
StageOutputMetrics
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StageOutputMetrics : IDirectResponseSchema
Properties
BytesWritten
Declaration
[JsonProperty("bytesWritten")]
public virtual long? BytesWritten { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
RecordsWritten
Declaration
[JsonProperty("recordsWritten")]
public virtual long? RecordsWritten { get; set; }
Property Value
Implements