Skip to main content

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

const string kinetica.CreateCatalogRequest.Options.ACCESS_DELEGATION = “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

const string kinetica.CreateCatalogRequest.Options.DATASOURCE_CREDENTIALS = “datasource_credentials”
static

A constant for the CreateCatalogRequest.Options options.

Definition at line 45 of file CreateCatalog.cs.

◆ FALSE

const string kinetica.CreateCatalogRequest.Options.FALSE = “false”
static

A boolean constant for the CreateCatalogRequest.Options options.

Definition at line 76 of file CreateCatalog.cs.

◆ SKIP_VALIDATION

const string kinetica.CreateCatalogRequest.Options.SKIP_VALIDATION = “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

const string kinetica.CreateCatalogRequest.Options.TRUE = “true”
static

A boolean constant for the CreateCatalogRequest.Options options.

Definition at line 72 of file CreateCatalog.cs.

◆ VENDED_CREDENTIALS

const string kinetica.CreateCatalogRequest.Options.VENDED_CREDENTIALS = “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: