◆ createCatalog() [1/2]
| inline |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
| request_ | Request object containing the parameters for the operation. |
Definition at line 17633 of file KineticaFunctions.cs.
◆ createCatalog() [2/2]
| inline |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
| name | Name of the catalog to be created. |
| table_format | Table format (iceberg, hudi, deltalake). |
| location | Location of the catalog in ‘http[s]://[server[:port]]]’ format. |
| type | Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). |
| credential | Name of the credential object to be used in catalog. |
| datasource | Password for the remote system user; may be an empty string. |
| options | Optional parameters.
|
Definition at line 17724 of file KineticaFunctions.cs.
◆ CreateCatalogAsync() [1/2]
| inline |
Creates a catalog, which contains the location and connection information for a deltalake catalog 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 17650 of file KineticaFunctions.cs.
◆ CreateCatalogAsync() [2/2]
| inline |
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
(async)
| name | Name of the catalog to be created. |
| table_format | Table format (iceberg, hudi, deltalake). |
| location | Location of the catalog in ‘http[s]://[server[:port]]]’ format. |
| type | Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). |
| credential | Name of the credential object to be used in catalog. |
| datasource | Password for the remote system user; may be an empty string. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 17805 of file KineticaFunctions.cs.