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. available_replication_regions
Gets the available_replication_regions of this TableCollection. items
Gets the items of this TableCollection. max_auto_reclaimable_tables
Gets the max_auto_reclaimable_tables of this TableCollection. max_on_demand_capacity_tables
Gets the max_on_demand_capacity_tables of this TableCollection. on_demand_capacity_tables
Gets the on_demand_capacity_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.
- on_demand_capacity_tables (int) – The value to assign to the on_demand_capacity_tables property of this TableCollection.
- max_on_demand_capacity_tables (int) – The value to assign to the max_on_demand_capacity_tables property of this TableCollection.
- available_replication_regions (list[str]) – The value to assign to the available_replication_regions 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
-
available_replication_regions
¶ Gets the available_replication_regions of this TableCollection. An array of regions that are available for replication.
Returns: The available_replication_regions of this TableCollection. Return type: list[str]
-
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
-
max_on_demand_capacity_tables
¶ Gets the max_on_demand_capacity_tables of this TableCollection. The maximum number of on demand capacity tables allowed in the tenancy.
Returns: The max_on_demand_capacity_tables of this TableCollection. Return type: int
-
on_demand_capacity_tables
¶ Gets the on_demand_capacity_tables of this TableCollection. The current number of on demand capacity tables in the tenancy.
Returns: The on_demand_capacity_tables of this TableCollection. Return type: int
-