◆ createDatasink() [1/2]
| inline |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
| request_ | Request object containing the parameters for the operation. |
Definition at line 18119 of file KineticaFunctions.cs.
◆ createDatasink() [2/2]
| inline |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
| name | Name of the data sink to be created. |
| destination | Destination for the output data in format ‘storage_provider_type://path[:port]’. Supported storage provider types are ‘azure’, ‘gcs’, ‘hdfs’, ‘http’, ‘https’, ‘jdbc’, ‘kafka’, and ‘s3’. |
| options | Optional parameters.
|
Definition at line 18536 of file KineticaFunctions.cs.
◆ CreateDatasinkAsync() [1/2]
| inline |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
(async)
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 18136 of file KineticaFunctions.cs.
◆ CreateDatasinkAsync() [2/2]
| inline |
Creates a data sink, which contains the destination information for a data sink that is external to the database.
(async)
| name | Name of the data sink to be created. |
| destination | Destination for the output data in format ‘storage_provider_type://path[:port]’. Supported storage provider types are ‘azure’, ‘gcs’, ‘hdfs’, ‘http’, ‘https’, ‘jdbc’, ‘kafka’, and ‘s3’. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 18937 of file KineticaFunctions.cs.