Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualityEntityMetricConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualityEntityMetricConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb
Overview
Measure configuration for one side of a source to target comparison.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#custom_sql ⇒ Object
Custom SQL query used to compute the measure for this entity.
-
#custom_where ⇒ Object
Custom WHERE clause applied when computing the measure for this entity.
-
#entity_id ⇒ Object
readonly
Identifier of the data entity to measure.
-
#entity_type ⇒ Object
readonly
Type of the data entity to measure.
-
#group_by_columns ⇒ Object
Columns to group results by when computing the measure for this entity.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb', line 39 def additional_properties @additional_properties end |
#custom_sql ⇒ Object
Custom SQL query used to compute the measure for this entity.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb', line 25 def custom_sql @custom_sql end |
#custom_where ⇒ Object
Custom WHERE clause applied when computing the measure for this entity.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb', line 28 def custom_where @custom_where end |
#entity_id ⇒ Object
Identifier of the data entity to measure.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb', line 31 def entity_id @entity_id end |
#entity_type ⇒ Object
Type of the data entity to measure.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb', line 34 def entity_type @entity_type end |
#group_by_columns ⇒ Object
Columns to group results by when computing the measure for this entity.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_entity_metric_config.rb', line 37 def group_by_columns @group_by_columns end |