7 using System.Collections.Generic;
31 public const string DOCKER =
"docker";
34 public const string HDFS =
"hdfs";
35 public const string JDBC =
"jdbc";
36 public const string KAFKA =
"kafka";
106 public string type {
get;
set; }
117 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
199 IDictionary<string, string>
options =
null)
202 this.type =
type ??
"";
204 this.secret =
secret ??
"";
220 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string secret
Password of the credential to be created.
A set of string constants for the parameter type.
string identity
User of the credential to be created.
A set of results returned by Kinetica.createCredential.
string credential_name
Value of credential_name.
const string AZURE_STORAGE_KEY
IDictionary< string, string > options
Optional parameters.
CreateCredentialRequest(string credential_name, string type, string identity, string secret, IDictionary< string, string > options=null)
Constructs a CreateCredentialRequest object with the specified parameters.
const string AWS_IAM_ROLE
const string OPENAI_API_KEY
A set of parameters for Kinetica.createCredential.
CreateCredentialRequest()
Constructs a CreateCredentialRequest object with default parameters.
string credential_name
Name of the credential to be created.
const string NVIDIA_API_KEY
const string GCS_SERVICE_ACCOUNT_ID
KineticaData - class to help with Avro Encoding for Kinetica
string type
Type of the credential to be created.
const string AWS_ACCESS_KEY
const string GCS_SERVICE_ACCOUNT_KEYS
IDictionary< string, string > info
Additional information.