|
Kinetica C# API
Version 7.2.3.0
|
A set of results returned by Kinetica.restoreBackup. More...
Inheritance diagram for kinetica.RestoreBackupResponse:
Collaboration diagram for kinetica.RestoreBackupResponse:Properties | |
| string | backup_name [get, set] |
| The backup name More... | |
| long | backup_id [get, set] |
| The backup ID 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] |
| 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 objects that were successfully restored and their associated types. More... | |
| IDictionary< string, string > | failed_objects = new Dictionary<string, string>() [get, set] |
| 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 kinetica.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 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... | |
| 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 kinetica.KineticaData | |
| 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.restoreBackup.
Definition at line 618 of file RestoreBackup.cs.
|
getset |
The backup ID that was restored
ID of the snapshot that was restored.
Definition at line 624 of file RestoreBackup.cs.
|
getset |
|
getset |
Objects that failed to be restored and their associated types.
Database objects that failed to be restored and their associated types.
Definition at line 645 of file RestoreBackup.cs.
|
getset |
Additional information.
Definition at line 648 of file RestoreBackup.cs.
|
getset |
Original and new names of objects that were successfully restored and their associated types.
Original and new names of database objects that were successfully restored and their associated types.
Definition at line 641 of file RestoreBackup.cs.
|
getset |
Total size of data restored from backup
Total size of data restored from backup.
Definition at line 627 of file RestoreBackup.cs.
|
getset |
Total number of files restored from backup
Total number of files restored from backup.
Definition at line 630 of file RestoreBackup.cs.
|
getset |
Objects that were successfully restored and their associated types.
Database objects that were successfully restored and their associated types.
Definition at line 637 of file RestoreBackup.cs.
|
getset |
Total number of records restored from backup
Total number of records restored from backup.
Definition at line 633 of file RestoreBackup.cs.