Class: DatadogAPIClient::V2::DdsqlTabularQueryState
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DdsqlTabularQueryState
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/ddsql_tabular_query_state.rb
Overview
Lifecycle state of a DDSQL tabular query response.
running means the query is still executing and the client should poll
the fetch endpoint with the returned query_id. completed means the
result set is inlined in columns and no further polling is required.
Constant Summary collapse
- RUNNING =
"running".freeze
- COMPLETED =
"completed".freeze