Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.createBackup. More...
Properties | |
string | backup_name [get, set] |
Value of backup_name. More... | |
long | backup_id [get, set] |
Backup ID. More... | |
long | copied_bytes [get, set] |
Total size of all files copied for this snapshot More... | |
long | copied_files [get, set] |
Total number of files copied for this snapshot More... | |
long | copied_records [get, set] |
Total number of records in all files copied for this snapshot More... | |
long | total_number_of_records [get, set] |
Total number of records that can be restored from this snapshot More... | |
IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
Additional information. More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
![]() | |
Schema | Schema [get] |
Additional Inherited Members | |
![]() | |
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... | |
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... | |
![]() | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.createBackup.
Definition at line 601 of file CreateBackup.cs.
|
getset |
Backup ID.
Definition at line 608 of file CreateBackup.cs.
|
getset |
Value of backup_name.
Definition at line 605 of file CreateBackup.cs.
|
getset |
Total size of all files copied for this snapshot
Definition at line 611 of file CreateBackup.cs.
|
getset |
Total number of files copied for this snapshot
Definition at line 614 of file CreateBackup.cs.
|
getset |
Total number of records in all files copied for this snapshot
Definition at line 618 of file CreateBackup.cs.
|
getset |
Additional information.
Definition at line 625 of file CreateBackup.cs.
|
getset |
Total number of records that can be restored from this snapshot
Definition at line 622 of file CreateBackup.cs.