Class: DatadogAPIClient::V1::DatasetListQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DatasetListQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/dataset_list_query.rb
Overview
Query that lists the rows of a published dataset (a DDSQL query) without aggregation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data_source ⇒ Object
readonly
Identifies this as a published-dataset list query.
-
#dataset_id ⇒ Object
readonly
ID of the published dataset to query.
-
#dataset_provider ⇒ Object
readonly
Product page that published the dataset queried by a
DatasetListQuery. -
#filter ⇒ Object
Filter applied to the dataset's rows, using events-style search syntax.
-
#limit ⇒ Object
Maximum number of rows to return from the dataset query.
-
#sort ⇒ Object
Sort configuration for a
DatasetListQuery.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 42 def additional_properties @additional_properties end |
#data_source ⇒ Object
Identifies this as a published-dataset list query.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 25 def data_source @data_source end |
#dataset_id ⇒ Object
ID of the published dataset to query.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 28 def dataset_id @dataset_id end |
#dataset_provider ⇒ Object
Product page that published the dataset queried by a DatasetListQuery. ddsql_query is the only provider currently supported for host map widgets.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 31 def dataset_provider @dataset_provider end |
#filter ⇒ Object
Filter applied to the dataset's rows, using events-style search syntax.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 34 def filter @filter end |
#limit ⇒ Object
Maximum number of rows to return from the dataset query.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 37 def limit @limit end |
#sort ⇒ Object
Sort configuration for a DatasetListQuery.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/dataset_list_query.rb', line 40 def sort @sort end |