Class StreamingQueryProgress
Inheritance
StreamingQueryProgress
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StreamingQueryProgress : IDirectResponseSchema
Properties
BatchDuration
Declaration
[JsonProperty("batchDuration")]
public virtual long? BatchDuration { get; set; }
Property Value
BatchId
Declaration
[JsonProperty("batchId")]
public virtual long? BatchId { get; set; }
Property Value
DurationMillis
Declaration
[JsonProperty("durationMillis")]
public virtual IDictionary<string, long?> DurationMillis { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EventTime
Declaration
[JsonProperty("eventTime")]
public virtual IDictionary<string, string> EventTime { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
ObservedMetrics
Declaration
[JsonProperty("observedMetrics")]
public virtual IDictionary<string, string> ObservedMetrics { get; set; }
Property Value
RunId
Declaration
[JsonProperty("runId")]
public virtual string RunId { get; set; }
Property Value
Sink
Declaration
[JsonProperty("sink")]
public virtual SinkProgress Sink { get; set; }
Property Value
Sources
Declaration
[JsonProperty("sources")]
public virtual IList<SourceProgress> Sources { get; set; }
Property Value
StateOperators
Declaration
[JsonProperty("stateOperators")]
public virtual IList<StateOperatorProgress> StateOperators { get; set; }
Property Value
StreamingQueryProgressId
Declaration
[JsonProperty("streamingQueryProgressId")]
public virtual string StreamingQueryProgressId { get; set; }
Property Value
Timestamp
Declaration
[JsonProperty("timestamp")]
public virtual string Timestamp { get; set; }
Property Value
Implements