SqlCollectionLogInsightsCollection¶
-
class
oci.data_safe.models.
SqlCollectionLogInsightsCollection
(**kwargs)¶ Bases:
object
SQL collection log analytics collection.
Methods
__init__
(**kwargs)Initializes a new SqlCollectionLogInsightsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlCollectionLogInsightsCollection. -
__init__
(**kwargs)¶ Initializes a new SqlCollectionLogInsightsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_safe.models.SqlCollectionLogAggregation]) – The value to assign to the items property of this SqlCollectionLogInsightsCollection.
-
items
¶ [Required] Gets the items of this SqlCollectionLogInsightsCollection. The aggregated data point items.
Returns: The items of this SqlCollectionLogInsightsCollection. Return type: list[oci.data_safe.models.SqlCollectionLogAggregation]
-