SqlResponseTimeDistributionAggregation¶
-
class
oci.opsi.models.
SqlResponseTimeDistributionAggregation
(**kwargs)¶ Bases:
object
SQL Response time distribution entry.
Methods
__init__
(**kwargs)Initializes a new SqlResponseTimeDistributionAggregation object with values from keyword arguments. Attributes
bucket_id
[Required] Gets the bucket_id of this SqlResponseTimeDistributionAggregation. executions_count
[Required] Gets the executions_count of this SqlResponseTimeDistributionAggregation. -
__init__
(**kwargs)¶ Initializes a new SqlResponseTimeDistributionAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - bucket_id (str) – The value to assign to the bucket_id property of this SqlResponseTimeDistributionAggregation.
- executions_count (int) – The value to assign to the executions_count property of this SqlResponseTimeDistributionAggregation.
-
bucket_id
¶ [Required] Gets the bucket_id of this SqlResponseTimeDistributionAggregation. Response time bucket id
Returns: The bucket_id of this SqlResponseTimeDistributionAggregation. Return type: str
-
executions_count
¶ [Required] Gets the executions_count of this SqlResponseTimeDistributionAggregation. Total number of SQL executions
Returns: The executions_count of this SqlResponseTimeDistributionAggregation. Return type: int
-