Kinetica   C#   API  Version 7.2.3.0
kinetica.RestoreBackupResponse Class Reference

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

Detailed Description

A set of results returned by Kinetica.restoreBackup.

Definition at line 618 of file RestoreBackup.cs.

Property Documentation

◆ backup_id

long kinetica.RestoreBackupResponse.backup_id
getset

The backup ID that was restored

ID of the snapshot that was restored.

Definition at line 624 of file RestoreBackup.cs.

◆ backup_name

string kinetica.RestoreBackupResponse.backup_name
getset

The backup name

Value of backup_name.

Definition at line 621 of file RestoreBackup.cs.

◆ failed_objects

IDictionary< string, string > kinetica.RestoreBackupResponse.failed_objects = new Dictionary<string, string>()
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.

◆ info

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

Additional information.

Definition at line 648 of file RestoreBackup.cs.

◆ renamed_objects

IDictionary< string, string > kinetica.RestoreBackupResponse.renamed_objects = new Dictionary<string, string>()
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.

◆ restored_bytes

long kinetica.RestoreBackupResponse.restored_bytes
getset

Total size of data restored from backup

Total size of data restored from backup.

Definition at line 627 of file RestoreBackup.cs.

◆ restored_files

long kinetica.RestoreBackupResponse.restored_files
getset

Total number of files restored from backup

Total number of files restored from backup.

Definition at line 630 of file RestoreBackup.cs.

◆ restored_objects

IDictionary< string, string > kinetica.RestoreBackupResponse.restored_objects = new Dictionary<string, string>()
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.

◆ restored_records

long kinetica.RestoreBackupResponse.restored_records
getset

Total number of records restored from backup

Total number of records restored from backup.

Definition at line 633 of file RestoreBackup.cs.


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