Class: DatadogAPIClient::V2::DdsqlTabularQueryTimeWindow
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DdsqlTabularQueryTimeWindow
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ddsql_tabular_query_time_window.rb
Overview
Time window scoping the underlying data sources, expressed in Unix milliseconds
since the epoch. Inclusive on from_timestamp, exclusive on to_timestamp.
Results from static tables (for example, dd.hosts) are not affected by the
time window, but the field must still be provided.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#from_timestamp ⇒ Object
readonly
Start of the query window (inclusive), in Unix milliseconds since the epoch.
-
#to_timestamp ⇒ Object
readonly
End of the query window (exclusive), in Unix milliseconds since the epoch.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_time_window.rb', line 33 def additional_properties @additional_properties end |
#from_timestamp ⇒ Object
Start of the query window (inclusive), in Unix milliseconds since the epoch.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_time_window.rb', line 28 def @from_timestamp end |
#to_timestamp ⇒ Object
End of the query window (exclusive), in Unix milliseconds since the epoch.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/ddsql_tabular_query_time_window.rb', line 31 def @to_timestamp end |