TableUsageCollection¶
-
class
oci.nosql.models.
TableUsageCollection
(**kwargs)¶ Bases:
object
Result of GetTableUsage.
Methods
__init__
(**kwargs)Initializes a new TableUsageCollection object with values from keyword arguments. Attributes
items
Gets the items of this TableUsageCollection. -
__init__
(**kwargs)¶ Initializes a new TableUsageCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.nosql.models.TableUsageSummary]) – The value to assign to the items property of this TableUsageCollection.
-
items
¶ Gets the items of this TableUsageCollection. A page of TableUsageSummary objects.
Returns: The items of this TableUsageCollection. Return type: list[oci.nosql.models.TableUsageSummary]
-