Class SessionEvent.Types.QueryDetail (2.0.0)

public sealed class QueryDetail : IMessage<SessionEvent.Types.QueryDetail>, IEquatable<SessionEvent.Types.QueryDetail>, IDeepCloneable<SessionEvent.Types.QueryDetail>, IBufferMessage, IMessage

Execution details of the query.

Inheritance

Object > SessionEvent.Types.QueryDetail

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

QueryDetail()

public QueryDetail()

QueryDetail(SessionEvent.Types.QueryDetail)

public QueryDetail(SessionEvent.Types.QueryDetail other)
Parameter
NameDescription
otherSessionEvent.Types.QueryDetail

Properties

DataProcessedBytes

public long DataProcessedBytes { get; set; }

The data processed by the query.

Property Value
TypeDescription
Int64

Duration

public Duration Duration { get; set; }

Time taken for execution of the query.

Property Value
TypeDescription
Duration

Engine

public SessionEvent.Types.QueryDetail.Types.Engine Engine { get; set; }

Query Execution engine.

Property Value
TypeDescription
SessionEvent.Types.QueryDetail.Types.Engine

QueryId

public string QueryId { get; set; }

The unique Query id identifying the query.

Property Value
TypeDescription
String

QueryText

public string QueryText { get; set; }

The query text executed.

Property Value
TypeDescription
String

ResultSizeBytes

public long ResultSizeBytes { get; set; }

The size of results the query produced.

Property Value
TypeDescription
Int64