7 using System.Collections.Generic;
89 public const string DOCKER =
"docker";
92 public const string HDFS =
"hdfs";
93 public const string JDBC =
"jdbc";
94 public const string KAFKA =
"kafka";
160 public string type {
get; set; }
170 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
251 IDictionary<string, string>
options = null)
253 this.credential_name = credential_name ??
"";
254 this.type = type ??
"";
255 this.identity = identity ??
"";
256 this.secret = secret ??
"";
257 this.options =
options ??
new Dictionary<string, string>();
275 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
string secret
Password of the credential to be created.
Type of the credential to be created.
string identity
User of the credential to be created.
A set of results returned by Kinetica.createCredential(string,string,string,string,IDictionary{string, string}).
string credential_name
Value of .
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
A set of parameters for Kinetica.createCredential(string,string,string,string,IDictionary{string, string}).
CreateCredentialRequest()
Constructs a CreateCredentialRequest object with default parameters.
string credential_name
Name of the credential to be created.
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.