Kinetica   C#   API  Version 7.2.3.1
RestoreBackupResponse Class Reference

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

Detailed Description

A set of results returned by Kinetica.restoreBackup.

Definition at line 879 of file RestoreBackup.cs.

Property Documentation

◆ backup_id

long RestoreBackupResponse.backup_id
getset

ID of the snapshot that was restored.

Definition at line 886 of file RestoreBackup.cs.

◆ backup_name

string RestoreBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 883 of file RestoreBackup.cs.

◆ failed_objects

IDictionary<string, string> RestoreBackupResponse.failed_objects = new Dictionary<string, string>()
getset

Database objects that failed to be restored and their associated types.

Definition at line 907 of file RestoreBackup.cs.

◆ info

IDictionary<string, string> RestoreBackupResponse.info = new Dictionary<string, string>()
getset

Additional information.

Definition at line 910 of file RestoreBackup.cs.

◆ renamed_objects

IDictionary<string, string> RestoreBackupResponse.renamed_objects = new Dictionary<string, string>()
getset

Original and new names of database objects that were successfully restored and their associated types.

Definition at line 903 of file RestoreBackup.cs.

◆ restored_bytes

long RestoreBackupResponse.restored_bytes
getset

Total size of data restored from backup.

Definition at line 889 of file RestoreBackup.cs.

◆ restored_files

long RestoreBackupResponse.restored_files
getset

Total number of files restored from backup.

Definition at line 892 of file RestoreBackup.cs.

◆ restored_objects

IDictionary<string, string> RestoreBackupResponse.restored_objects = new Dictionary<string, string>()
getset

Database objects that were successfully restored and their associated types.

Definition at line 899 of file RestoreBackup.cs.

◆ restored_records

long RestoreBackupResponse.restored_records
getset

Total number of records restored from backup.

Definition at line 895 of file RestoreBackup.cs.


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