A set of parameters for Kinetica.createCatalog. More…
Classes | |
| struct | Options |
| A set of string constants for the parameter CreateCatalogRequest.options. More… | |
Public Member Functions | |
| CreateCatalogRequest () | |
| Constructs a CreateCatalogRequest object with default parameters. | |
| CreateCatalogRequest (string name, string table_format, string location, string type, string credential, string datasource, IDictionary< string, string > options=null) | |
| Constructs a CreateCatalogRequest object with the specified parameters. | |
| CreateCatalogRequest () | |
| Constructs a CreateCatalogRequest object with default parameters. | |
| CreateCatalogRequest (string name, string table_format, string location, string type, string credential, string datasource, IDictionary< string, string > options=null) | |
| Constructs a CreateCatalogRequest object with the specified parameters. | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
Properties | |
| string | name [get, set] |
| Name of the catalog to be created. | |
| string | table_format [get, set] |
| Table format (iceberg, hudi, deltalake). | |
| string | location [get, set] |
| Location of the catalog in ‘http[s]://[server[:port]]]’ format. | |
| string | type [get, set] |
| Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue). | |
| string | credential [get, set] |
| Name of the credential object to be used in catalog. | |
| string | datasource [get, set] |
| Password for the remote system user; may be an empty string. | |
| IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of parameters for Kinetica.createCatalog.
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
Definition at line 17 of file CreateCatalog.cs.
Constructor & Destructor Documentation
◆ CreateCatalogRequest() [1/4]
| inline |
Constructs a CreateCatalogRequest object with default parameters.
Definition at line 153 of file CreateCatalog.cs.
◆ CreateCatalogRequest() [2/4]
| inline |
Constructs a CreateCatalogRequest object with the specified parameters.
| 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 218 of file CreateCatalog.cs.
◆ CreateCatalogRequest() [3/4]
| inline |
Constructs a CreateCatalogRequest object with default parameters.
Definition at line 153 of file CreateCatalog.cs.
◆ CreateCatalogRequest() [4/4]
| inline |
Constructs a CreateCatalogRequest object with the specified parameters.
| 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 218 of file CreateCatalog.cs.
Property Documentation
◆ credential
| getset |
Name of the credential object to be used in catalog.
Definition at line 95 of file CreateCatalog.cs.
◆ datasource
| getset |
Password for the remote system user; may be an empty string.
Definition at line 99 of file CreateCatalog.cs.
◆ location
| getset |
Location of the catalog in ‘http[s]://[server[:port]]]’ format.
Definition at line 87 of file CreateCatalog.cs.
◆ name
| getset |
Name of the catalog to be created.
Definition at line 80 of file CreateCatalog.cs.
◆ options
| getset |
Optional parameters.
- ACCESS_DELEGATION: Use access delegation for object store. Supported values:The default value is DATASOURCE_CREDENTIALS.
- SKIP_VALIDATION: Bypass validation of connection to remote source. Supported values:The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 149 of file CreateCatalog.cs.
◆ table_format
| getset |
Table format (iceberg, hudi, deltalake).
Definition at line 83 of file CreateCatalog.cs.
◆ type
| getset |
Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue).
Definition at line 91 of file CreateCatalog.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/CreateCatalog.cs
- Kinetica/Protocol/CreateCatalog.cs