◆ alterSchema() [1/2]
| inline |
Used to change the name of a SQL-style schema, specified in schema_name.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 11320 of file KineticaFunctions.cs.
◆ alterSchema() [2/2]
| inline |
Used to change the name of a SQL-style schema, specified in schema_name .
Parameters
| schema_name | Name of the schema to be altered. |
| action | Modification operation to be applied. Supported values:
|
| _value | The value of the modification, depending on action . For now the only value of action is RENAME_SCHEMA. In this case the value is the new name of the schema. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 11380 of file KineticaFunctions.cs.
◆ AlterSchemaAsync() [1/2]
| inline |
Used to change the name of a SQL-style schema, specified in schema_name.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 11338 of file KineticaFunctions.cs.
◆ AlterSchemaAsync() [2/2]
| inline |
Used to change the name of a SQL-style schema, specified in schema_name .
(async)
Parameters
| schema_name | Name of the schema to be altered. |
| action | Modification operation to be applied. Supported values:
|
| _value | The value of the modification, depending on action . For now the only value of action is RENAME_SCHEMA. In this case the value is the new name of the schema. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 11424 of file KineticaFunctions.cs.