TableLimits¶
-
class
oci.nosql.models.
TableLimits
(**kwargs)¶ Bases:
object
Throughput and storage limits configuration of a table.
Methods
__init__
(**kwargs)Initializes a new TableLimits object with values from keyword arguments. Attributes
max_read_units
[Required] Gets the max_read_units of this TableLimits. max_storage_in_g_bs
[Required] Gets the max_storage_in_g_bs of this TableLimits. max_write_units
[Required] Gets the max_write_units of this TableLimits. -
__init__
(**kwargs)¶ Initializes a new TableLimits object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - max_read_units (int) – The value to assign to the max_read_units property of this TableLimits.
- max_write_units (int) – The value to assign to the max_write_units property of this TableLimits.
- max_storage_in_g_bs (int) – The value to assign to the max_storage_in_g_bs property of this TableLimits.
-
max_read_units
¶ [Required] Gets the max_read_units of this TableLimits. Maximum sustained read throughput limit for the table.
Returns: The max_read_units of this TableLimits. Return type: int
-
max_storage_in_g_bs
¶ [Required] Gets the max_storage_in_g_bs of this TableLimits. Maximum size of storage used by the table.
Returns: The max_storage_in_g_bs of this TableLimits. Return type: int
-
max_write_units
¶ [Required] Gets the max_write_units of this TableLimits. Maximum sustained write throughput limit for the table.
Returns: The max_write_units of this TableLimits. Return type: int
-