StatementsAggregateMetrics¶
- 
class oci.database_management.models.StatementsAggregateMetrics(**kwargs)¶
- Bases: - object- The queued and running statement metrics for Autonomous Databases. - Methods - __init__(**kwargs)- Initializes a new StatementsAggregateMetrics object with values from keyword arguments. - Attributes - queued_statements- Gets the queued_statements of this StatementsAggregateMetrics. - running_statements- Gets the running_statements of this StatementsAggregateMetrics. - 
__init__(**kwargs)¶
- Initializes a new StatementsAggregateMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - queued_statements (oci.database_management.models.MetricDataPoint) – The value to assign to the queued_statements property of this StatementsAggregateMetrics.
- running_statements (oci.database_management.models.MetricDataPoint) – The value to assign to the running_statements property of this StatementsAggregateMetrics.
 
 - 
queued_statements¶
- Gets the queued_statements of this StatementsAggregateMetrics. - Returns: - The queued_statements of this StatementsAggregateMetrics. - Return type: - oci.database_management.models.MetricDataPoint 
 - 
running_statements¶
- Gets the running_statements of this StatementsAggregateMetrics. - Returns: - The running_statements of this StatementsAggregateMetrics. - Return type: - oci.database_management.models.MetricDataPoint 
 
-