SqlCollectionLogAggregation¶
-
class
oci.data_safe.models.
SqlCollectionLogAggregation
(**kwargs)¶ Bases:
object
The details of SQL collection log aggregation items.
Methods
__init__
(**kwargs)Initializes a new SqlCollectionLogAggregation object with values from keyword arguments. Attributes
count
[Required] Gets the count of this SqlCollectionLogAggregation. dimensions
Gets the dimensions of this SqlCollectionLogAggregation. metric_name
[Required] Gets the metric_name of this SqlCollectionLogAggregation. time_ended
Gets the time_ended of this SqlCollectionLogAggregation. time_started
Gets the time_started of this SqlCollectionLogAggregation. -
__init__
(**kwargs)¶ Initializes a new SqlCollectionLogAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - metric_name (str) – The value to assign to the metric_name property of this SqlCollectionLogAggregation.
- time_started (datetime) – The value to assign to the time_started property of this SqlCollectionLogAggregation.
- time_ended (datetime) – The value to assign to the time_ended property of this SqlCollectionLogAggregation.
- count (int) – The value to assign to the count property of this SqlCollectionLogAggregation.
- dimensions (oci.data_safe.models.SqlCollectionLogDimensions) – The value to assign to the dimensions property of this SqlCollectionLogAggregation.
-
count
¶ [Required] Gets the count of this SqlCollectionLogAggregation. Total count of aggregated value.
Returns: The count of this SqlCollectionLogAggregation. Return type: int
-
dimensions
¶ Gets the dimensions of this SqlCollectionLogAggregation.
Returns: The dimensions of this SqlCollectionLogAggregation. Return type: oci.data_safe.models.SqlCollectionLogDimensions
-
metric_name
¶ [Required] Gets the metric_name of this SqlCollectionLogAggregation. Name of the aggregation.
Returns: The metric_name of this SqlCollectionLogAggregation. Return type: str
-
time_ended
¶ Gets the time_ended of this SqlCollectionLogAggregation. The time at which the aggregation ended.
Returns: The time_ended of this SqlCollectionLogAggregation. Return type: datetime
-
time_started
¶ Gets the time_started of this SqlCollectionLogAggregation. The time at which the aggregation started.
Returns: The time_started of this SqlCollectionLogAggregation. Return type: datetime
-