SqlPlanBaselineDimensions¶
-
class
oci.database_management.models.
SqlPlanBaselineDimensions
(**kwargs)¶ Bases:
object
The details of the SQL plan baseline dimensions.
Methods
__init__
(**kwargs)Initializes a new SqlPlanBaselineDimensions object with values from keyword arguments. Attributes
attribute_name
[Required] Gets the attribute_name of this SqlPlanBaselineDimensions. attribute_value
[Required] Gets the attribute_value of this SqlPlanBaselineDimensions. -
__init__
(**kwargs)¶ Initializes a new SqlPlanBaselineDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - attribute_name (str) – The value to assign to the attribute_name property of this SqlPlanBaselineDimensions.
- attribute_value (str) – The value to assign to the attribute_value property of this SqlPlanBaselineDimensions.
-
attribute_name
¶ [Required] Gets the attribute_name of this SqlPlanBaselineDimensions. The name of the SQL plan baseline attribute.
Returns: The attribute_name of this SqlPlanBaselineDimensions. Return type: str
-
attribute_value
¶ [Required] Gets the attribute_value of this SqlPlanBaselineDimensions. The value of the attribute.
Returns: The attribute_value of this SqlPlanBaselineDimensions. Return type: str
-