Class QueryDetail (1.1.2)

QueryDetail(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Execution details of the query.

Attributes

NameDescription
query_id str
The unique Query id identifying the query.
query_text str
The query text executed.
engine google.cloud.dataplex_v1.types.SessionEvent.QueryDetail.Engine
Query Execution engine.
duration google.protobuf.duration_pb2.Duration
Time taken for execution of the query.
result_size_bytes int
The size of results the query produced.
data_processed_bytes int
The data processed by the query.

Inheritance

builtins.object > proto.message.Message > QueryDetail

Classes

Engine

Engine(value)

Query Execution engine.