public sealed class QueryDetail : IMessage<SessionEvent.Types.QueryDetail>, IEquatable<SessionEvent.Types.QueryDetail>, IDeepCloneable<SessionEvent.Types.QueryDetail>, IBufferMessage, IMessage
Execution details of the query.
Implements
IMessage<SessionEvent.Types.QueryDetail>, IEquatable<SessionEvent.Types.QueryDetail>, IDeepCloneable<SessionEvent.Types.QueryDetail>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
QueryDetail()
public QueryDetail()
QueryDetail(SessionEvent.Types.QueryDetail)
public QueryDetail(SessionEvent.Types.QueryDetail other)
Parameter | |
---|---|
Name | Description |
other | SessionEvent.Types.QueryDetail |
Properties
DataProcessedBytes
public long DataProcessedBytes { get; set; }
The data processed by the query.
Property Value | |
---|---|
Type | Description |
Int64 |
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 |
SessionEvent.Types.QueryDetail.Types.Engine |
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 |
Int64 |