Skip to main content

◆ createDatasource() [1/2]

CreateDatasourceResponse kinetica.Kinetica.createDatasource (CreateDatasourceRequestrequest_)
inline

Creates a data source, which contains the location and connection information for a data store that is external to the database.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 18955 of file KineticaFunctions.cs.

◆ createDatasource() [2/2]

CreateDatasourceResponse kinetica.Kinetica.createDatasource (stringname,
stringlocation,
stringuser_name,
stringpassword,
IDictionary< string, string >options = null )
inline

Creates a data source, which contains the location and connection information for a data store that is external to the database.

Parameters
nameName of the data source to be created.
locationLocation 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_nameName of the remote system user; may be an empty string.
passwordPassword for the remote system user; may be an empty string.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 19409 of file KineticaFunctions.cs.

◆ CreateDatasourceAsync() [1/2]

async System.Threading.Tasks.Task< CreateDatasourceResponse > kinetica.Kinetica.CreateDatasourceAsync (CreateDatasourceRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a data source, which contains the location and connection information for a data store that is external to the database.

(async)

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 18973 of file KineticaFunctions.cs.

◆ CreateDatasourceAsync() [2/2]

async System.Threading.Tasks.Task< CreateDatasourceResponse > kinetica.Kinetica.CreateDatasourceAsync (stringname,
stringlocation,
stringuser_name,
stringpassword,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a data source, which contains the location and connection information for a data store that is external to the database.

(async)

Parameters
nameName of the data source to be created.
locationLocation 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_nameName of the remote system user; may be an empty string.
passwordPassword for the remote system user; may be an empty string.
optionsOptional parameters.The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 19849 of file KineticaFunctions.cs.