7 using System.Collections.Generic;
26 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
40 IDictionary<string, string>
options =
null)
58 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.
IDictionary< string, string > options
Optional parameters.
string credential_name
Value of credential_name.
IDictionary< string, string > info
Additional information.
string credential_name
Name of the credential to be dropped.
A set of parameters for Kinetica.dropCredential.
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