Kinetica C# API
Version 7.1.10.0
|
A set of parameters for Kinetica.createCredential(string,string,string,string,IDictionary{string, string}). More...
Classes | |
struct | Type |
Type of the credential to be created. More... | |
Public Member Functions | |
CreateCredentialRequest () | |
Constructs a CreateCredentialRequest object with default parameters. More... | |
CreateCredentialRequest (string credential_name, string type, string identity, string secret, IDictionary< string, string > options=null) | |
Constructs a CreateCredentialRequest object with the specified parameters. More... | |
![]() | |
KineticaData (KineticaType type) | |
Constructor from Kinetica Type More... | |
KineticaData (System.Type type=null) | |
Default constructor, with optional System.Type More... | |
object | Get (int fieldPos) |
Retrieve a specific property from this object More... | |
void | Put (int fieldPos, object fieldValue) |
Write a specific property to this object More... | |
Properties | |
string | credential_name [get, set] |
Name of the credential to be created. More... | |
string | type [get, set] |
Type of the credential to be created. More... | |
string | identity [get, set] |
User of the credential to be created. More... | |
string | secret [get, set] |
Password of the credential to be created. More... | |
IDictionary< string, string > | options [get, set] |
Optional parameters. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
static RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of parameters for Kinetica.createCredential(string,string,string,string,IDictionary{string, string}).
Create a new credential.
Definition at line 20 of file CreateCredential.cs.
|
inline |
Constructs a CreateCredentialRequest object with default parameters.
Definition at line 175 of file CreateCredential.cs.
|
inline |
Constructs a CreateCredentialRequest object with the specified parameters.
credential_name | Name of the credential to be created. Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name. |
type | Type of the credential to be created. Supported values: |
identity | User of the credential to be created. |
secret | Password of the credential to be created. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 247 of file CreateCredential.cs.
|
getset |
Name of the credential to be created.
Must contain only letters, digits, and underscores, and cannot begin with a digit. Must not match an existing credential name.
Definition at line 102 of file CreateCredential.cs.
|
getset |
User of the credential to be created.
Definition at line 163 of file CreateCredential.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 170 of file CreateCredential.cs.
|
getset |
Password of the credential to be created.
Definition at line 166 of file CreateCredential.cs.
|
getset |
Type of the credential to be created.
Supported values:
Definition at line 160 of file CreateCredential.cs.