SqlStatisticAggregationCollection¶
-
class
oci.opsi.models.
SqlStatisticAggregationCollection
(**kwargs)¶ Bases:
object
SQL statistics response.
Methods
__init__
(**kwargs)Initializes a new SqlStatisticAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlStatisticAggregationCollection. time_interval_end
[Required] Gets the time_interval_end of this SqlStatisticAggregationCollection. time_interval_start
[Required] Gets the time_interval_start of this SqlStatisticAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new SqlStatisticAggregationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_interval_start (datetime) – The value to assign to the time_interval_start property of this SqlStatisticAggregationCollection.
- time_interval_end (datetime) – The value to assign to the time_interval_end property of this SqlStatisticAggregationCollection.
- items (list[oci.opsi.models.SqlStatisticAggregation]) – The value to assign to the items property of this SqlStatisticAggregationCollection.
-
items
¶ [Required] Gets the items of this SqlStatisticAggregationCollection. Array of SQLs along with its statistics statisfying the query criteria.
Returns: The items of this SqlStatisticAggregationCollection. Return type: list[oci.opsi.models.SqlStatisticAggregation]
-
time_interval_end
¶ [Required] Gets the time_interval_end of this SqlStatisticAggregationCollection. The end timestamp that was passed into the request.
Returns: The time_interval_end of this SqlStatisticAggregationCollection. Return type: datetime
-
time_interval_start
¶ [Required] Gets the time_interval_start of this SqlStatisticAggregationCollection. The start timestamp that was passed into the request.
Returns: The time_interval_start of this SqlStatisticAggregationCollection. Return type: datetime
-