TableCollection¶
-
class
oci.nosql.models.
TableCollection
(**kwargs)¶ Bases:
object
Results of ListTables.
Methods
__init__
(**kwargs)Initializes a new TableCollection object with values from keyword arguments. Attributes
auto_reclaimable_tables
Gets the auto_reclaimable_tables of this TableCollection. items
Gets the items of this TableCollection. max_auto_reclaimable_tables
Gets the max_auto_reclaimable_tables of this TableCollection. -
__init__
(**kwargs)¶ Initializes a new TableCollection 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.TableSummary]) – The value to assign to the items property of this TableCollection.
- max_auto_reclaimable_tables (int) – The value to assign to the max_auto_reclaimable_tables property of this TableCollection.
- auto_reclaimable_tables (int) – The value to assign to the auto_reclaimable_tables property of this TableCollection.
-
auto_reclaimable_tables
¶ Gets the auto_reclaimable_tables of this TableCollection. The current number of reclaimable tables in the tenancy.
Returns: The auto_reclaimable_tables of this TableCollection. Return type: int
-
items
¶ Gets the items of this TableCollection. A page of TableSummary objects.
Returns: The items of this TableCollection. Return type: list[oci.nosql.models.TableSummary]
-
max_auto_reclaimable_tables
¶ Gets the max_auto_reclaimable_tables of this TableCollection. The maximum number of reclaimable tables allowed in the tenancy.
Returns: The max_auto_reclaimable_tables of this TableCollection. Return type: int
-