◆ alterDatasink() [1/2]
| inline |
Alters the properties of an existing data sink.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 8538 of file KineticaFunctions.cs.
◆ alterDatasink() [2/2]
| inline |
Alters the properties of an existing data sink.
Parameters
| name | Name of the data sink to be altered. Must be an existing data sink. |
| datasink_updates_map | Map containing the properties of the data sink to be updated. Error if empty.
|
| options | Optional parameters. |
Returns
Response object containing the result of the operation.
Definition at line 9005 of file KineticaFunctions.cs.
◆ AlterDatasinkAsync() [1/2]
| inline |
Alters the properties of an existing data sink.
(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 8555 of file KineticaFunctions.cs.
◆ AlterDatasinkAsync() [2/2]
| inline |
Alters the properties of an existing data sink.
(async)
Parameters
| name | Name of the data sink to be altered. Must be an existing data sink. |
| datasink_updates_map | Map containing the properties of the data sink to be updated. Error if empty.
|
| 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 9457 of file KineticaFunctions.cs.