Kinetica   C#   API  Version 7.2.3.1
CreateBackupResponse Class Reference

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

+ Inheritance diagram for CreateBackupResponse:
+ Collaboration diagram for CreateBackupResponse:

Properties

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

Definition at line 726 of file CreateBackup.cs.

Property Documentation

◆ backup_id

long CreateBackupResponse.backup_id
getset

ID of the snapshot created.

Definition at line 733 of file CreateBackup.cs.

◆ backup_name

string CreateBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 730 of file CreateBackup.cs.

◆ copied_bytes

long CreateBackupResponse.copied_bytes
getset

Total size of all files copied for this snapshot.

Definition at line 736 of file CreateBackup.cs.

◆ copied_files

long CreateBackupResponse.copied_files
getset

Total number of files copied for this snapshot.

Definition at line 739 of file CreateBackup.cs.

◆ copied_records

long CreateBackupResponse.copied_records
getset

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

Definition at line 743 of file CreateBackup.cs.

◆ info

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

Additional information.

Definition at line 750 of file CreateBackup.cs.

◆ total_number_of_records

long CreateBackupResponse.total_number_of_records
getset

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

Definition at line 747 of file CreateBackup.cs.


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