7 using System.Collections.Generic;
81 public const string TYPE =
"type";
89 public const string DOCKER =
"docker";
92 public const string HDFS =
"hdfs";
93 public const string KAFKA =
"kafka";
99 public const string SECRET =
"secret";
205 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
306 IDictionary<string, string>
options)
310 this.options =
options ??
new Dictionary<string, string>();
325 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 credential_name.
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.
const string AZURE_STORAGE_KEY
IDictionary< string, string > credential_updates_map
Map containing the properties of the credential to be updated.
A set of string constants for the parameter credential_updates_map.
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.