Class GoogleCloudDataplexV1SessionEventQueryDetail
Execution details of the query.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1SessionEventQueryDetail : IDirectResponseSchema
Properties
DataProcessedBytes
The data processed by the query.
Declaration
[JsonProperty("dataProcessedBytes")]
public virtual long? DataProcessedBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
Duration
Time taken for execution of the query.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Engine
Query Execution engine.
Declaration
[JsonProperty("engine")]
public virtual string Engine { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryId
The unique Query id identifying the query.
Declaration
[JsonProperty("queryId")]
public virtual string QueryId { get; set; }
Property Value
Type | Description |
---|---|
string |
QueryText
The query text executed.
Declaration
[JsonProperty("queryText")]
public virtual string QueryText { get; set; }
Property Value
Type | Description |
---|---|
string |
ResultSizeBytes
The size of results the query produced.
Declaration
[JsonProperty("resultSizeBytes")]
public virtual long? ResultSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |