Kinetica C# API
Version 6.2.0.1
|
A set of parameters for Kinetica.updateRecordsBySeries(string,string,string,IList<string>,IDictionary<string, string>). More...
Public Member Functions | |
UpdateRecordsBySeriesRequest () | |
Constructs an UpdateRecordsBySeriesRequest object with default parameters. More... | |
UpdateRecordsBySeriesRequest (string table_name, string world_table_name, string view_name=null, IList< string > reserved=null, IDictionary< string, string > options=null) | |
Constructs an UpdateRecordsBySeriesRequest 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 | |
string | table_name [get, set] |
Name of the view on which the update operation will be performed. More... | |
string | world_table_name [get, set] |
Name of the table containing the complete series (track) information. More... | |
string | view_name [get, set] |
Optional name of the view containing the series (tracks) which have to be updated. More... | |
IList< string > | reserved = "" [get, set] |
The default value is an empty List. More... | |
IDictionary< string, string > | options = new List<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.updateRecordsBySeries(string,string,string,IList<string>,IDictionary<string, string>).
Updates the view specified by table_name to include full series (track) information from the world_table_name for the series (tracks) present in the view_name.
Definition at line 21 of file UpdateRecordsBySeries.cs.
|
inline |
Constructs an UpdateRecordsBySeriesRequest object with default parameters.
Definition at line 46 of file UpdateRecordsBySeries.cs.
|
inline |
Constructs an UpdateRecordsBySeriesRequest object with the specified parameters.
table_name | Name of the view on which the update operation will be performed. Must be an existing view. |
world_table_name | Name of the table containing the complete series (track) information. |
view_name | Optional name of the view containing the series (tracks) which have to be updated. The default value is ''. |
reserved | The default value is an empty List. |
options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 63 of file UpdateRecordsBySeries.cs.
|
getset |
Optional parameters.
The default value is an empty Dictionary.
Definition at line 41 of file UpdateRecordsBySeries.cs.
|
getset |
The default value is an empty List.
Definition at line 37 of file UpdateRecordsBySeries.cs.
|
getset |
Name of the view on which the update operation will be performed.
Must be an existing view.
Definition at line 26 of file UpdateRecordsBySeries.cs.
|
getset |
Optional name of the view containing the series (tracks) which have to be updated.
The default value is ''.
Definition at line 34 of file UpdateRecordsBySeries.cs.
|
getset |
Name of the table containing the complete series (track) information.
Definition at line 30 of file UpdateRecordsBySeries.cs.