7 using System.Collections.Generic;
153 public const string TYPE =
"type";
163 public const string HDFS =
"hdfs";
164 public const string KAFKA =
"kafka";
263 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
355 IDictionary<string, string>
options)
357 this.credential_name = credential_name ??
"";
358 this.credential_updates_map = credential_updates_map ??
new Dictionary<string, string>();
359 this.options = options ??
new Dictionary<string, string>();
377 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string SCHEMA_NAME
Updates the schema name.
const string GCS_SERVICE_ACCOUNT_ID
const string TYPE
New type for the credential.
AlterCredentialRequest()
Constructs an AlterCredentialRequest object with default parameters.
string credential_name
Value of .
const string AWS_ACCESS_KEY
const string IDENTITY
New user for the credential
string credential_name
Name of the credential to be altered.
const string AWS_IAM_ROLE
A set of parameters for Kinetica.alterCredential(string,IDictionary{string, string},IDictionary{string, string}).
const string AZURE_STORAGE_KEY
IDictionary< string, string > credential_updates_map
Map containing the properties of the credential to be updated.
Map containing the properties of the credential to be updated.
const string GCS_SERVICE_ACCOUNT_KEYS
KineticaData - class to help with Avro Encoding for Kinetica
IDictionary< string, string > info
Additional information.
AlterCredentialRequest(string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options)
Constructs an AlterCredentialRequest object with the specified parameters.
const string SECRET
New password for the credential
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.alterCredential(string,IDictionary{string, string},IDictionary{string, string}).