IngestSqlStatsDetails¶
-
class
oci.opsi.models.
IngestSqlStatsDetails
(**kwargs)¶ Bases:
object
Collection of SQL Stats Metric Entries
Methods
__init__
(**kwargs)Initializes a new IngestSqlStatsDetails object with values from keyword arguments. Attributes
items
Gets the items of this IngestSqlStatsDetails. -
__init__
(**kwargs)¶ Initializes a new IngestSqlStatsDetails 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.SqlStats]) – The value to assign to the items property of this IngestSqlStatsDetails.
-
items
¶ Gets the items of this IngestSqlStatsDetails. List of SQL Stats Metric Entries.
Returns: The items of this IngestSqlStatsDetails. Return type: list[oci.opsi.models.SqlStats]
-