UpdateTableDetails¶
-
class
oci.nosql.models.
UpdateTableDetails
(**kwargs)¶ Bases:
object
The information to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateTableDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this UpdateTableDetails. ddl_statement
Gets the ddl_statement of this UpdateTableDetails. defined_tags
Gets the defined_tags of this UpdateTableDetails. freeform_tags
Gets the freeform_tags of this UpdateTableDetails. table_limits
Gets the table_limits of this UpdateTableDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateTableDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this UpdateTableDetails.
- ddl_statement (str) – The value to assign to the ddl_statement property of this UpdateTableDetails.
- table_limits (oci.nosql.models.TableLimits) – The value to assign to the table_limits property of this UpdateTableDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateTableDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateTableDetails.
-
compartment_id
¶ Gets the compartment_id of this UpdateTableDetails. The OCID of the table’s current compartment. Required if the tableNameOrId path parameter is a table name. Optional if tableNameOrId is an OCID. If tableNameOrId is an OCID, and compartmentId is supplied, the latter must match the identified table’s compartmentId.
Returns: The compartment_id of this UpdateTableDetails. Return type: str
-
ddl_statement
¶ Gets the ddl_statement of this UpdateTableDetails. Complete ALTER TABLE DDL statement.
Returns: The ddl_statement of this UpdateTableDetails. Return type: str
Gets the defined_tags of this UpdateTableDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateTableDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateTableDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateTableDetails. Return type: dict(str, str)
-
table_limits
¶ Gets the table_limits of this UpdateTableDetails.
Returns: The table_limits of this UpdateTableDetails. Return type: oci.nosql.models.TableLimits
-