IngestSqlBucketDetails¶
-
class
oci.opsi.models.
IngestSqlBucketDetails
(**kwargs)¶ Bases:
object
Collection of SQL Bucket Metric Entries
Methods
__init__
(**kwargs)Initializes a new IngestSqlBucketDetails object with values from keyword arguments. Attributes
items
Gets the items of this IngestSqlBucketDetails. -
__init__
(**kwargs)¶ Initializes a new IngestSqlBucketDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.opsi.models.SqlBucket]) – The value to assign to the items property of this IngestSqlBucketDetails.
-
items
¶ Gets the items of this IngestSqlBucketDetails. List of SQL Bucket Metric Entries.
Returns: The items of this IngestSqlBucketDetails. Return type: list[oci.opsi.models.SqlBucket]
-