A set of string constants for the parameter CreateCatalogRequest.options. More…
Static Public Attributes | |
| const string | ACCESS_DELEGATION = “access_delegation” |
| Use access delegation for object store. | |
| const string | DATASOURCE_CREDENTIALS = “datasource_credentials” |
| A constant for the CreateCatalogRequest.Options options. | |
| const string | VENDED_CREDENTIALS = “vended_credentials” |
| A constant for the CreateCatalogRequest.Options options. | |
| const string | SKIP_VALIDATION = “skip_validation” |
| Bypass validation of connection to remote source. | |
| const string | TRUE = “true” |
| A boolean constant for the CreateCatalogRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the CreateCatalogRequest.Options options. | |
Detailed Description
A set of string constants for the parameter CreateCatalogRequest.options.
Optional parameters.
Definition at line 22 of file CreateCatalog.cs.
Member Data Documentation
◆ ACCESS_DELEGATION
| static |
Use access delegation for object store.
Supported values:
The default value is DATASOURCE_CREDENTIALS.
Definition at line 41 of file CreateCatalog.cs.
◆ DATASOURCE_CREDENTIALS
| static |
A constant for the CreateCatalogRequest.Options options.
Definition at line 45 of file CreateCatalog.cs.
◆ FALSE
| static |
A boolean constant for the CreateCatalogRequest.Options options.
Definition at line 76 of file CreateCatalog.cs.
◆ SKIP_VALIDATION
| static |
Bypass validation of connection to remote source.
Supported values:
The default value is FALSE.
Definition at line 68 of file CreateCatalog.cs.
◆ TRUE
| static |
A boolean constant for the CreateCatalogRequest.Options options.
Definition at line 72 of file CreateCatalog.cs.
◆ VENDED_CREDENTIALS
| static |
A constant for the CreateCatalogRequest.Options options.
Definition at line 49 of file CreateCatalog.cs.
The documentation for this struct 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