◆ dropSchema() [1/2]
| inline |
Drops an existing 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 33454 of file KineticaFunctions.cs.
◆ dropSchema() [2/2]
| inline |
Drops an existing SQL-style schema, specified in schema_name .
Parameters
| schema_name | Name of the schema to be dropped. Must be an existing schema. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 33543 of file KineticaFunctions.cs.
◆ DropSchemaAsync() [1/2]
| inline |
Drops an existing 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 33472 of file KineticaFunctions.cs.
◆ DropSchemaAsync() [2/2]
| inline |
Drops an existing SQL-style schema, specified in schema_name .
(async)
Parameters
| schema_name | Name of the schema to be dropped. Must be an existing schema. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 33614 of file KineticaFunctions.cs.