Class: DatadogAPIClient::V1::ListStreamQuery

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/list_stream_query.rb

Overview

Updated list stream widget.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#computeObject

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_sourceObject

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_sizeObject

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_byObject

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

#indexesObject

List of indexes.



37
38
39
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 37

def indexes
  @indexes
end

#query_stringObject

Widget query.



40
41
42
# File 'lib/datadog_api_client/v1/models/list_stream_query.rb', line 40

def query_string
  @query_string
end

#sortObject

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

#storageObject

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