Class: DatadogAPIClient::V2::DdsqlTabularQueryTimeWindow

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_timestampObject

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
  @from_timestamp
end

#to_timestampObject

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
  @to_timestamp
end