Skip to main content

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]
 Value of backup_name.
 
long backup_id [get, set]
 ID of the snapshot that was restored.
 
long restored_bytes [get, set]
 Total size of data restored from backup.
 
long restored_files [get, set]
 Total number of files restored from backup.
 
long restored_records [get, set]
 Total number of records restored from backup.
 
IDictionary< string, string > restored_objects = new Dictionary<string, string>() [get, set]
 Database objects that were successfully restored and their associated types.
 
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.
 
IDictionary< string, string > failed_objects = new Dictionary<string, string>() [get, set]
 Database objects that failed to be restored and their associated types.
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 KineticaData (KineticaType type)
 Constructor from Kinetica Type.
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type.
 
object Get (int fieldPos)
 Retrieve a specific property from this object.
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object.
 
 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.
 
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType.
 

Detailed Description

A set of results returned by Kinetica.restoreBackup.

Definition at line 1045 of file RestoreBackup.cs.

Property Documentation

◆ backup_id

long kinetica.RestoreBackupResponse.backup_id
getset

ID of the snapshot that was restored.

Definition at line 1052 of file RestoreBackup.cs.

◆ backup_name

string kinetica.RestoreBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 1049 of file RestoreBackup.cs.

◆ failed_objects

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

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

Definition at line 1073 of file RestoreBackup.cs.

◆ info

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

Additional information.

Definition at line 1076 of file RestoreBackup.cs.

◆ renamed_objects

IDictionary< string, string > kinetica.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 1069 of file RestoreBackup.cs.

◆ restored_bytes

long kinetica.RestoreBackupResponse.restored_bytes
getset

Total size of data restored from backup.

Definition at line 1055 of file RestoreBackup.cs.

◆ restored_files

long kinetica.RestoreBackupResponse.restored_files
getset

Total number of files restored from backup.

Definition at line 1058 of file RestoreBackup.cs.

◆ restored_objects

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

Database objects that were successfully restored and their associated types.

Definition at line 1065 of file RestoreBackup.cs.

◆ restored_records

long kinetica.RestoreBackupResponse.restored_records
getset

Total number of records restored from backup.

Definition at line 1061 of file RestoreBackup.cs.


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