Kinetica C# API
Version 7.0.19.0
|
A set of parameters for Kinetica.alterSystemProperties(IDictionary{string, string},IDictionary{string, string}). More...
Classes | |
struct | PropertyUpdatesMap |
Map containing the properties of the system to be updated. More... | |
Public Member Functions | |
AlterSystemPropertiesRequest () | |
Constructs an AlterSystemPropertiesRequest object with default parameters. More... | |
AlterSystemPropertiesRequest (IDictionary< string, string > property_updates_map, IDictionary< string, string > options=null) | |
Constructs an AlterSystemPropertiesRequest object with the specified parameters. More... | |
Public Member Functions inherited from kinetica.KineticaData | |
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 | |
IDictionary< string, string > | property_updates_map [get, set] |
Map containing the properties of the system to be updated. More... | |
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
Optional parameters. More... | |
Properties inherited from kinetica.KineticaData | |
Schema | Schema [get] |
Avro Schema for this class More... | |
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. More... | |
A set of parameters for Kinetica.alterSystemProperties(IDictionary{string, string},IDictionary{string, string}).
The Kinetica.alterSystemProperties(IDictionary{string, string},IDictionary{string, string}) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the property_updates_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Definition at line 25 of file AlterSystemProperties.cs.
|
inline |
Constructs an AlterSystemPropertiesRequest object with default parameters.
Definition at line 598 of file AlterSystemProperties.cs.
|
inline |
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
property_updates_map | Map containing the properties of the system to be updated. Error if empty.
|
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 807 of file AlterSystemProperties.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 593 of file AlterSystemProperties.cs.
|
getset |
Map containing the properties of the system to be updated.
Error if empty.
Definition at line 589 of file AlterSystemProperties.cs.