◆ dropDatasink() [1/2]
| inline |
Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option CLEAR_TABLE_MONITORS is TRUE.
| request_ | Request object containing the parameters for the operation. |
Definition at line 33070 of file KineticaFunctions.cs.
◆ dropDatasink() [2/2]
| inline |
Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option CLEAR_TABLE_MONITORS is TRUE.
| name | Name of the data sink to be dropped. Must be an existing data sink. |
| options | Optional parameters.
|
Definition at line 33144 of file KineticaFunctions.cs.
◆ DropDatasinkAsync() [1/2]
| inline |
Drops an existing data sink.
(async)
By default, if any table monitors use this sink as a destination, the request will be blocked unless option CLEAR_TABLE_MONITORS is TRUE.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 33093 of file KineticaFunctions.cs.
◆ DropDatasinkAsync() [2/2]
| inline |
Drops an existing data sink.
(async)
By default, if any table monitors use this sink as a destination, the request will be blocked unless option CLEAR_TABLE_MONITORS is TRUE.
| name | Name of the data sink to be dropped. Must be an existing data sink. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 33195 of file KineticaFunctions.cs.