SqlCollectionAggregation¶
- 
class oci.data_safe.models.SqlCollectionAggregation(**kwargs)¶
- Bases: - object- The details of SQL collections. - Methods - __init__(**kwargs)- Initializes a new SqlCollectionAggregation object with values from keyword arguments. - Attributes - count- [Required] Gets the count of this SqlCollectionAggregation. - dimensions- [Required] Gets the dimensions of this SqlCollectionAggregation. - 
__init__(**kwargs)¶
- Initializes a new SqlCollectionAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - dimensions (oci.data_safe.models.SqlCollectionDimensions) – The value to assign to the dimensions property of this SqlCollectionAggregation.
- count (int) – The value to assign to the count property of this SqlCollectionAggregation.
 
 - 
count¶
- [Required] Gets the count of this SqlCollectionAggregation. The total count of the aggregated metric. - Returns: - The count of this SqlCollectionAggregation. - Return type: - int 
 - 
dimensions¶
- [Required] Gets the dimensions of this SqlCollectionAggregation. - Returns: - The dimensions of this SqlCollectionAggregation. - Return type: - oci.data_safe.models.SqlCollectionDimensions 
 
-