OptimizerStatisticsCollectionAggregationsCollection¶
-
class
oci.database_management.models.
OptimizerStatisticsCollectionAggregationsCollection
(**kwargs)¶ Bases:
object
The number of times optimizer statistics are collected each hour, grouped by task status.
Methods
__init__
(**kwargs)Initializes a new OptimizerStatisticsCollectionAggregationsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OptimizerStatisticsCollectionAggregationsCollection. -
__init__
(**kwargs)¶ Initializes a new OptimizerStatisticsCollectionAggregationsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.database_management.models.OptimizerStatisticsCollectionAggregationSummary]) – The value to assign to the items property of this OptimizerStatisticsCollectionAggregationsCollection.
-
items
¶ [Required] Gets the items of this OptimizerStatisticsCollectionAggregationsCollection. The list of Optimizer Statistics Collection details.
Returns: The items of this OptimizerStatisticsCollectionAggregationsCollection. Return type: list[oci.database_management.models.OptimizerStatisticsCollectionAggregationSummary]
-