Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.UpdateRecordsBySeriesRequest Class Reference

A set of parameters for /update/records/byseries. More...

+ Inheritance diagram for kinetica.UpdateRecordsBySeriesRequest:
+ Collaboration diagram for kinetica.UpdateRecordsBySeriesRequest:

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]
 
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...
 

Detailed Description

A set of parameters for /update/records/byseries.


Updates the view specified by <member name="table_name"> to include full series (track) information from the <member name="world_table_name"> for the series (tracks) present in the <member name="view_name">.

Definition at line 20 of file UpdateRecordsBySeries.cs.

Constructor & Destructor Documentation

kinetica.UpdateRecordsBySeriesRequest.UpdateRecordsBySeriesRequest ( )
inline

Constructs an UpdateRecordsBySeriesRequest object with default parameters.

Definition at line 42 of file UpdateRecordsBySeries.cs.

kinetica.UpdateRecordsBySeriesRequest.UpdateRecordsBySeriesRequest ( string  table_name,
string  world_table_name,
string  view_name = null,
IList< string >  reserved = null,
IDictionary< string, string >  options = null 
)
inline

Constructs an UpdateRecordsBySeriesRequest object with the specified parameters.

Parameters
table_nameName of the view on which the update operation will be performed. Must be an existing view.
world_table_nameName of the table containing the complete series (track) information.
view_nameOptional name of the view containing the series (tracks) which have to be updated.
reserved
optionsOptional parameters.

Definition at line 56 of file UpdateRecordsBySeries.cs.

Property Documentation

IDictionary<string, string> kinetica.UpdateRecordsBySeriesRequest.options = new List<string>()
getset

Optional parameters.

Definition at line 37 of file UpdateRecordsBySeries.cs.

IList<string> kinetica.UpdateRecordsBySeriesRequest.reserved = ""
getset

Definition at line 34 of file UpdateRecordsBySeries.cs.

string kinetica.UpdateRecordsBySeriesRequest.table_name
getset

Name of the view on which the update operation will be performed.

Must be an existing view.

Definition at line 25 of file UpdateRecordsBySeries.cs.

string kinetica.UpdateRecordsBySeriesRequest.view_name
getset

Optional name of the view containing the series (tracks) which have to be updated.

Definition at line 33 of file UpdateRecordsBySeries.cs.

string kinetica.UpdateRecordsBySeriesRequest.world_table_name
getset

Name of the table containing the complete series (track) information.

Definition at line 29 of file UpdateRecordsBySeries.cs.


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