|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | ACCESS_DELEGATION = "access_delegation" |
| Use access delegation for object store. More... | |
| const string | DATASOURCE_CREDENTIALS = "datasource_credentials" |
| const string | VENDED_CREDENTIALS = "vended_credentials" |
| const string | SKIP_VALIDATION = "skip_validation" |
| Bypass validation of connection to remote source. More... | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 22 of file CreateCatalog.cs.
| const string kinetica.CreateCatalogRequest.Options.ACCESS_DELEGATION = "access_delegation" |
Use access delegation for object store.
Supported values:
The default value is DATASOURCE_CREDENTIALS.
Definition at line 41 of file CreateCatalog.cs.
| const string kinetica.CreateCatalogRequest.Options.DATASOURCE_CREDENTIALS = "datasource_credentials" |
Definition at line 43 of file CreateCatalog.cs.
| const string kinetica.CreateCatalogRequest.Options.FALSE = "false" |
Definition at line 62 of file CreateCatalog.cs.
| const string kinetica.CreateCatalogRequest.Options.SKIP_VALIDATION = "skip_validation" |
Bypass validation of connection to remote source.
Supported values:
The default value is FALSE.
Definition at line 59 of file CreateCatalog.cs.
| const string kinetica.CreateCatalogRequest.Options.TRUE = "true" |
Definition at line 61 of file CreateCatalog.cs.
| const string kinetica.CreateCatalogRequest.Options.VENDED_CREDENTIALS = "vended_credentials" |
Definition at line 44 of file CreateCatalog.cs.