FindingSchemaOrOperation¶
-
class
oci.database_management.models.
FindingSchemaOrOperation
(**kwargs)¶ Bases:
object
The findings of the Optimizer Statistics Advisor.
Methods
__init__
(**kwargs)Initializes a new FindingSchemaOrOperation object with values from keyword arguments. Attributes
operations
Gets the operations of this FindingSchemaOrOperation. schemas
Gets the schemas of this FindingSchemaOrOperation. -
__init__
(**kwargs)¶ Initializes a new FindingSchemaOrOperation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - operations (list[str]) – The value to assign to the operations property of this FindingSchemaOrOperation.
- schemas (list[oci.database_management.models.SchemaDefinition]) – The value to assign to the schemas property of this FindingSchemaOrOperation.
-
operations
¶ Gets the operations of this FindingSchemaOrOperation. The list of operation details.
Returns: The operations of this FindingSchemaOrOperation. Return type: list[str]
-
schemas
¶ Gets the schemas of this FindingSchemaOrOperation. The names of the impacted database schemas and their objects.
Returns: The schemas of this FindingSchemaOrOperation. Return type: list[oci.database_management.models.SchemaDefinition]
-