Kinetica   C#   API  Version 7.2.3.0
kinetica.CreateCatalogRequest.Options Struct Reference

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"
 

Detailed Description

A set of string constants for the parameter 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"

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"

Definition at line 43 of file CreateCatalog.cs.

◆ FALSE

const string kinetica.CreateCatalogRequest.Options.FALSE = "false"

Definition at line 62 of file CreateCatalog.cs.

◆ SKIP_VALIDATION

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.

◆ TRUE

const string kinetica.CreateCatalogRequest.Options.TRUE = "true"

Definition at line 61 of file CreateCatalog.cs.

◆ VENDED_CREDENTIALS

const string kinetica.CreateCatalogRequest.Options.VENDED_CREDENTIALS = "vended_credentials"

Definition at line 44 of file CreateCatalog.cs.


The documentation for this struct was generated from the following file: