◆ dropDatasource() [1/2]
| inline |
Drops an existing data source.
Any external tables that depend on the data source must be dropped before it can be dropped.
| request_ | Request object containing the parameters for the operation. |
Definition at line 33261 of file KineticaFunctions.cs.
◆ dropDatasource() [2/2]
| inline |
Drops an existing data source.
Any external tables that depend on the data source must be dropped before it can be dropped.
| name | Name of the data source to be dropped. Must be an existing data source. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 33298 of file KineticaFunctions.cs.
◆ DropDatasourceAsync() [1/2]
| inline |
Drops an existing data source.
(async)
Any external tables that depend on the data source must be dropped before it can be dropped.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 33279 of file KineticaFunctions.cs.
◆ DropDatasourceAsync() [2/2]
| inline |
Drops an existing data source.
(async)
Any external tables that depend on the data source must be dropped before it can be dropped.
| name | Name of the data source to be dropped. Must be an existing data source. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 33317 of file KineticaFunctions.cs.