Class StreamingQueryData
Inheritance
StreamingQueryData
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class StreamingQueryData : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndTimestamp
Declaration
[JsonProperty("endTimestamp")]
public virtual long? EndTimestamp { get; set; }
Property Value
Exception
Declaration
[JsonProperty("exception")]
public virtual string Exception { get; set; }
Property Value
IsActive
Declaration
[JsonProperty("isActive")]
public virtual bool? IsActive { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
RunId
Declaration
[JsonProperty("runId")]
public virtual string RunId { get; set; }
Property Value
StartTimestamp
Declaration
[JsonProperty("startTimestamp")]
public virtual long? StartTimestamp { get; set; }
Property Value
StreamingQueryId
Declaration
[JsonProperty("streamingQueryId")]
public virtual string StreamingQueryId { get; set; }
Property Value
Implements