◆ createDatasource() [1/2]
| inline |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
| request_ | Request object containing the parameters for the operation. |
Definition at line 18955 of file KineticaFunctions.cs.
◆ createDatasource() [2/2]
| inline |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
| name | Name of the data source to be created. |
| location | Location of the remote storage in ‘storage_provider_type://[storage_path[:storage_port]]’ format. Supported storage provider types are ‘azure’, ‘gcs’, ‘hdfs’, ‘jdbc’, ‘kafka’, ‘confluent’, and ‘s3’. |
| user_name | Name of the remote system user; may be an empty string. |
| password | Password for the remote system user; may be an empty string. |
| options | Optional parameters.
|
Definition at line 19409 of file KineticaFunctions.cs.
◆ CreateDatasourceAsync() [1/2]
| inline |
Creates a data source, which contains the location and connection information for a data store 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 18973 of file KineticaFunctions.cs.
◆ CreateDatasourceAsync() [2/2]
| inline |
Creates a data source, which contains the location and connection information for a data store that is external to the database.
(async)
| name | Name of the data source to be created. |
| location | Location of the remote storage in ‘storage_provider_type://[storage_path[:storage_port]]’ format. Supported storage provider types are ‘azure’, ‘gcs’, ‘hdfs’, ‘jdbc’, ‘kafka’, ‘confluent’, and ‘s3’. |
| user_name | Name of the remote system user; may be an empty string. |
| password | Password for the remote system user; may be an empty string. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 19849 of file KineticaFunctions.cs.