7 using System.Collections.Generic;
29 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
45 IDictionary<string, string>
options = null)
47 this.credential_name = credential_name ??
"";
48 this.options =
options ??
new Dictionary<string, string>();
66 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
DropCredentialRequest()
Constructs a DropCredentialRequest object with default parameters.
A set of results returned by Kinetica.dropCredential(string,IDictionary{string, string}).
IDictionary< string, string > options
Optional parameters.
string credential_name
Value of .
IDictionary< string, string > info
Additional information.
string credential_name
Name of the credential to be dropped.
A set of parameters for Kinetica.dropCredential(string,IDictionary{string, string}).
DropCredentialRequest(string credential_name, IDictionary< string, string > options=null)
Constructs a DropCredentialRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica