|
Kinetica C# API
Version 7.2.3.1
|
A set of results returned by Kinetica.restoreBackup. More...
Inheritance diagram for RestoreBackupResponse:
Collaboration diagram for RestoreBackupResponse:Properties | |
| string | backup_name [get, set] |
| Value of backup_name. More... | |
| long | backup_id [get, set] |
| ID of the snapshot that was restored. More... | |
| long | restored_bytes [get, set] |
| Total size of data restored from backup. More... | |
| long | restored_files [get, set] |
| Total number of files restored from backup. More... | |
| long | restored_records [get, set] |
| Total number of records restored from backup. More... | |
| IDictionary< string, string > | restored_objects = new Dictionary<string, string>() [get, set] |
| Database objects that were successfully restored and their associated types. More... | |
| IDictionary< string, string > | renamed_objects = new Dictionary<string, string>() [get, set] |
| Original and new names of database objects that were successfully restored and their associated types. More... | |
| IDictionary< string, string > | failed_objects = new Dictionary<string, string>() [get, set] |
| Database objects that failed to be restored and their associated types. More... | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. More... | |
Properties inherited from KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class More... | |
Properties inherited from Avro.Specific.ISpecificRecord | |
| Schema | Schema [get] |
Additional Inherited Members | |
Public Member Functions inherited from 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... | |
Static Public Member Functions inherited from 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 results returned by Kinetica.restoreBackup.
Definition at line 879 of file RestoreBackup.cs.
|
getset |
ID of the snapshot that was restored.
Definition at line 886 of file RestoreBackup.cs.
|
getset |
Value of backup_name.
Definition at line 883 of file RestoreBackup.cs.
|
getset |
Database objects that failed to be restored and their associated types.
Definition at line 907 of file RestoreBackup.cs.
|
getset |
Additional information.
Definition at line 910 of file RestoreBackup.cs.
|
getset |
Original and new names of database objects that were successfully restored and their associated types.
Definition at line 903 of file RestoreBackup.cs.
|
getset |
Total size of data restored from backup.
Definition at line 889 of file RestoreBackup.cs.
|
getset |
Total number of files restored from backup.
Definition at line 892 of file RestoreBackup.cs.
|
getset |
Database objects that were successfully restored and their associated types.
Definition at line 899 of file RestoreBackup.cs.
|
getset |
Total number of records restored from backup.
Definition at line 895 of file RestoreBackup.cs.