Skip to main content

A set of results returned by Kinetica.createBackup. More…

Inheritance diagram for kinetica.CreateBackupResponse:
Collaboration diagram for kinetica.CreateBackupResponse:

Properties

string backup_name [get, set]
 Value of backup_name.
 
long backup_id [get, set]
 ID of the snapshot created.
 
long copied_bytes [get, set]
 Total size of all files copied for this snapshot.
 
long copied_files [get, set]
 Total number of files copied for this snapshot.
 
long copied_records [get, set]
 Total number of records in all files copied for this snapshot.
 
long total_number_of_records [get, set]
 Total number of records that can be restored from this snapshot.
 
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.createBackup.

Definition at line 859 of file CreateBackup.cs.

Property Documentation

◆ backup_id

long kinetica.CreateBackupResponse.backup_id
getset

ID of the snapshot created.

Definition at line 866 of file CreateBackup.cs.

◆ backup_name

string kinetica.CreateBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 863 of file CreateBackup.cs.

◆ copied_bytes

long kinetica.CreateBackupResponse.copied_bytes
getset

Total size of all files copied for this snapshot.

Definition at line 869 of file CreateBackup.cs.

◆ copied_files

long kinetica.CreateBackupResponse.copied_files
getset

Total number of files copied for this snapshot.

Definition at line 872 of file CreateBackup.cs.

◆ copied_records

long kinetica.CreateBackupResponse.copied_records
getset

Total number of records in all files copied for this snapshot.

Definition at line 876 of file CreateBackup.cs.

◆ info

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

Additional information.

Definition at line 883 of file CreateBackup.cs.

◆ total_number_of_records

long kinetica.CreateBackupResponse.total_number_of_records
getset

Total number of records that can be restored from this snapshot.

Definition at line 880 of file CreateBackup.cs.


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