Skip to main content

A set of parameters for Kinetica.alterCredential. More…

Inheritance diagram for kinetica.AlterCredentialRequest:
Collaboration diagram for kinetica.AlterCredentialRequest:

Classes

struct  CredentialUpdatesMap
 A set of string constants for the parameter AlterCredentialRequest.credential_updates_map. More…
 

Public Member Functions

 AlterCredentialRequest ()
 Constructs an AlterCredentialRequest object with default parameters.
 
 AlterCredentialRequest (string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options)
 Constructs an AlterCredentialRequest object with the specified parameters.
 
 AlterCredentialRequest ()
 Constructs an AlterCredentialRequest object with default parameters.
 
 AlterCredentialRequest (string credential_name, IDictionary< string, string > credential_updates_map, IDictionary< string, string > options)
 Constructs an AlterCredentialRequest object with the specified parameters.
 
 Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 

Properties

string credential_name [get, set]
 Name of the credential to be altered.
 
IDictionary< string, string > credential_updates_map = new Dictionary<string, string>() [get, set]
 Map containing the properties of the credential to be updated.
 
IDictionary< string, string > options = new Dictionary<string, string>() [get, set]
 Optional parameters.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 

Detailed Description

A set of parameters for Kinetica.alterCredential.

Alter the properties of an existing credential.

Definition at line 17 of file AlterCredential.cs.

Constructor & Destructor Documentation

◆ AlterCredentialRequest() [1/4]

kinetica.AlterCredentialRequest.AlterCredentialRequest ()
inline

Constructs an AlterCredentialRequest object with default parameters.

Definition at line 260 of file AlterCredential.cs.

◆ AlterCredentialRequest() [2/4]

kinetica.AlterCredentialRequest.AlterCredentialRequest (stringcredential_name,
IDictionary< string, string >credential_updates_map,
IDictionary< string, string >options )
inline

Constructs an AlterCredentialRequest object with the specified parameters.

Parameters
credential_nameName of the credential to be altered. Must be an existing credential.
credential_updates_mapMap containing the properties of the credential to be updated. Error if empty.
optionsOptional parameters.

Definition at line 359 of file AlterCredential.cs.

◆ AlterCredentialRequest() [3/4]

kinetica.AlterCredentialRequest.AlterCredentialRequest ()
inline

Constructs an AlterCredentialRequest object with default parameters.

Definition at line 260 of file AlterCredential.cs.

◆ AlterCredentialRequest() [4/4]

kinetica.AlterCredentialRequest.AlterCredentialRequest (stringcredential_name,
IDictionary< string, string >credential_updates_map,
IDictionary< string, string >options )
inline

Constructs an AlterCredentialRequest object with the specified parameters.

Parameters
credential_nameName of the credential to be altered. Must be an existing credential.
credential_updates_mapMap containing the properties of the credential to be updated. Error if empty.
optionsOptional parameters.

Definition at line 359 of file AlterCredential.cs.

Property Documentation

◆ credential_name

string kinetica.AlterCredentialRequest.credential_name
getset

Name of the credential to be altered.

Must be an existing credential.

Definition at line 159 of file AlterCredential.cs.

◆ credential_updates_map

IDictionary< string, string > kinetica.AlterCredentialRequest.credential_updates_map = new Dictionary<string, string>()
getset

Map containing the properties of the credential to be updated.

Error if empty.

Definition at line 253 of file AlterCredential.cs.

◆ options

IDictionary< string, string > kinetica.AlterCredentialRequest.options = new Dictionary<string, string>()
getset

Optional parameters.

Definition at line 256 of file AlterCredential.cs.


The documentation for this class was generated from the following files: