7 using System.Collections.Generic;
32 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
50 IDictionary<string, string>
options = null)
52 this.credential_name = credential_name ??
"";
53 this.options =
options ??
new Dictionary<string, string>();
77 public IList<string>
credentials {
get; set; } =
new List<string>();
81 public IList<IDictionary<string, string>>
additional_info {
get; set; } =
new List<IDictionary<string, string>>();
84 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
IDictionary< string, string > options
Optional parameters.
A set of parameters for Kinetica.showCredential(string,IDictionary{string, string}).
IList< string > credential_names
A list of all credential names.
ShowCredentialRequest()
Constructs a ShowCredentialRequest object with default parameters.
IList< string > credential_types
A list of each credential's type.
IDictionary< string, string > info
Additional information.
IList< string > credentials
A list of each credential's create_credential_request JSON encoded structure.
string credential_name
Name of the credential on which to retrieve information.
A set of results returned by Kinetica.showCredential(string,IDictionary{string, string}).
IList< string > credential_identities
A list of each credential's identity.
KineticaData - class to help with Avro Encoding for Kinetica
ShowCredentialRequest(string credential_name, IDictionary< string, string > options=null)
Constructs a ShowCredentialRequest object with the specified parameters.
IList< IDictionary< string, string > > additional_info
Additional information about the respective credential in <member name="credential_names">.