Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualityEntityMetricConfig

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_sqlObject

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_whereObject

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_idObject

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_typeObject

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_columnsObject

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