public sealed class SessionEvent.Types.QueryDetail : IMessage<SessionEvent.Types.QueryDetail>, IEquatable<SessionEvent.Types.QueryDetail>, IDeepCloneable<SessionEvent.Types.QueryDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class SessionEvent.Types.QueryDetail.
Execution details of the query.
Implements
IMessageSessionEventTypesQueryDetail, IEquatableSessionEventTypesQueryDetail, IDeepCloneableSessionEventTypesQueryDetail, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
QueryDetail()
public QueryDetail()
QueryDetail(QueryDetail)
public QueryDetail(SessionEvent.Types.QueryDetail other)
Parameter | |
---|---|
Name | Description |
other | SessionEventTypesQueryDetail |
Properties
DataProcessedBytes
public long DataProcessedBytes { get; set; }
The data processed by the query.
Property Value | |
---|---|
Type | Description |
long |
Duration
public Duration Duration { get; set; }
Time taken for execution of the query.
Property Value | |
---|---|
Type | Description |
Duration |
Engine
public SessionEvent.Types.QueryDetail.Types.Engine Engine { get; set; }
Query Execution engine.
Property Value | |
---|---|
Type | Description |
SessionEventTypesQueryDetailTypesEngine |
QueryId
public string QueryId { get; set; }
The unique Query id identifying the query.
Property Value | |
---|---|
Type | Description |
string |
QueryText
public string QueryText { get; set; }
The query text executed.
Property Value | |
---|---|
Type | Description |
string |
ResultSizeBytes
public long ResultSizeBytes { get; set; }
The size of results the query produced.
Property Value | |
---|---|
Type | Description |
long |