Show / Hide Table of Contents

Class StreamingQueryProgress

Inheritance
object
StreamingQueryProgress
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 StreamingQueryProgress : IDirectResponseSchema

Properties

BatchDuration

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

BatchId

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

DurationMillis

Declaration
[JsonProperty("durationMillis")]
public virtual IDictionary<string, long?> DurationMillis { 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

EventTime

Declaration
[JsonProperty("eventTime")]
public virtual IDictionary<string, string> EventTime { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

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

ObservedMetrics

Declaration
[JsonProperty("observedMetrics")]
public virtual IDictionary<string, string> ObservedMetrics { get; set; }
Property Value
Type Description
IDictionary<string, string>

RunId

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

Sink

Declaration
[JsonProperty("sink")]
public virtual SinkProgress Sink { get; set; }
Property Value
Type Description
SinkProgress

Sources

Declaration
[JsonProperty("sources")]
public virtual IList<SourceProgress> Sources { get; set; }
Property Value
Type Description
IList<SourceProgress>

StateOperators

Declaration
[JsonProperty("stateOperators")]
public virtual IList<StateOperatorProgress> StateOperators { get; set; }
Property Value
Type Description
IList<StateOperatorProgress>

StreamingQueryProgressId

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

Timestamp

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX