Skip to main content

◆ createCatalog() [1/2]

CreateCatalogResponse kinetica.Kinetica.createCatalog (CreateCatalogRequestrequest_)
inline

Creates a catalog, which contains the location and connection information for a deltalake catalog 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 17633 of file KineticaFunctions.cs.

◆ createCatalog() [2/2]

CreateCatalogResponse kinetica.Kinetica.createCatalog (stringname,
stringtable_format,
stringlocation,
stringtype,
stringcredential,
stringdatasource,
IDictionary< string, string >options = null )
inline

Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.

Parameters
nameName of the catalog to be created.
table_formatTable format (iceberg, hudi, deltalake).
locationLocation of the catalog in ‘http[s]://[server[:port]]]’ format.
typeType of the catalog (REST (unity, polaris, tabular), nessie, hive, glue).
credentialName of the credential object to be used in catalog.
datasourcePassword 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 17724 of file KineticaFunctions.cs.

◆ CreateCatalogAsync() [1/2]

async System.Threading.Tasks.Task< CreateCatalogResponse > kinetica.Kinetica.CreateCatalogAsync (CreateCatalogRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a catalog, which contains the location and connection information for a deltalake catalog 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 17650 of file KineticaFunctions.cs.

◆ CreateCatalogAsync() [2/2]

async System.Threading.Tasks.Task< CreateCatalogResponse > kinetica.Kinetica.CreateCatalogAsync (stringname,
stringtable_format,
stringlocation,
stringtype,
stringcredential,
stringdatasource,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.

(async)

Parameters
nameName of the catalog to be created.
table_formatTable format (iceberg, hudi, deltalake).
locationLocation of the catalog in ‘http[s]://[server[:port]]]’ format.
typeType of the catalog (REST (unity, polaris, tabular), nessie, hive, glue).
credentialName of the credential object to be used in catalog.
datasourcePassword 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 17805 of file KineticaFunctions.cs.