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