Class: DatadogAPIClient::V1::ListStreamQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ListStreamQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/list_stream_query.rb
Overview
Updated list stream widget.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#compute ⇒ Object
readonly
Compute configuration for the List Stream Widget.
-
#data_source ⇒ Object
readonly
Source from which to query items to display in the stream.
-
#event_size ⇒ Object
Size to use to display an event.
-
#group_by ⇒ Object
readonly
Group by configuration for the List Stream Widget.
-
#indexes ⇒ Object
List of indexes.
-
#query_string ⇒ Object
readonly
Widget query.
-
#sort ⇒ Object
Which column and order to sort by.
-
#storage ⇒ Object
Option for storage location.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 48 def additional_properties @additional_properties end |
#compute ⇒ Object
Compute configuration for the List Stream Widget. Compute can be used only with the logs_transaction_stream (from 1 to 5 items) list stream source.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 25 def compute @compute end |
#data_source ⇒ Object
Source from which to query items to display in the stream.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 28 def data_source @data_source end |
#event_size ⇒ Object
Size to use to display an event.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 31 def event_size @event_size end |
#group_by ⇒ Object
Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 34 def group_by @group_by end |
#indexes ⇒ Object
List of indexes.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 37 def indexes @indexes end |
#query_string ⇒ Object
Widget query.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 40 def query_string @query_string end |
#sort ⇒ Object
Which column and order to sort by
43 44 45 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 43 def sort @sort end |
#storage ⇒ Object
Option for storage location. Feature in Private Beta.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 46 def storage @storage end |