Show / Hide Table of Contents

Class StreamingQueryData

Streaming

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

Properties

ETag

The ETag of the item.

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

EndTimestamp

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

Exception

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

IsActive

Declaration
[JsonProperty("isActive")]
public virtual bool? IsActive { get; set; }
Property Value
Type Description
bool?

Name

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

RunId

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

StartTimestamp

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

StreamingQueryId

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX