7 using System.Collections.Generic;
61 public const string TRUE =
"true";
62 public const string FALSE =
"false";
66 public string name {
get;
set; }
77 public string type {
get;
set; }
131 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
202 IDictionary<string, string>
options =
null)
204 this.name =
name ??
"";
207 this.type =
type ??
"";
221 public string name {
get;
set; }
224 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
CreateCatalogRequest()
Constructs a CreateCatalogRequest object with default parameters.
IDictionary< string, string > info
Additional information.
A set of string constants for the parameter options.
string datasource
Password for the remote system user; may be an empty string
string name
Name of the catalog to be created.
const string DATASOURCE_CREDENTIALS
const string SKIP_VALIDATION
Bypass validation of connection to remote source.
string credential
Name of the credential object to be used in catalog
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.createCatalog.
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.
string type
Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue)
string location
Location of the catalog in 'http[s]://[server[:port]]]' format.
A set of parameters for Kinetica.createCatalog.
const string ACCESS_DELEGATION
Use access delegation for object store.
const string VENDED_CREDENTIALS
string table_format
Table format (iceberg, hudi, deltalake)
KineticaData - class to help with Avro Encoding for Kinetica
string name
Value of name.