Kinetica   C#   API  Version 7.2.3.1
AlterBackupResponse Class Reference

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

+ Inheritance diagram for AlterBackupResponse:
+ Collaboration diagram for AlterBackupResponse:

Properties

string backup_name [get, set]
 Value of backup_name. More...
 
long backup_id [get, set]
 ID of the snapshot affected by the alter operation, if any. More...
 
long total_bytes [get, set]
 Total size of files affected by the alter operation. More...
 
long total_number_of_records [get, set]
 Total number of records affected by the alter operation. 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.alterBackup.

Definition at line 235 of file AlterBackup.cs.

Property Documentation

◆ backup_id

long AlterBackupResponse.backup_id
getset

ID of the snapshot affected by the alter operation, if any.

Definition at line 243 of file AlterBackup.cs.

◆ backup_name

string AlterBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 239 of file AlterBackup.cs.

◆ info

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

Additional information.

Definition at line 253 of file AlterBackup.cs.

◆ total_bytes

long AlterBackupResponse.total_bytes
getset

Total size of files affected by the alter operation.

Definition at line 246 of file AlterBackup.cs.

◆ total_number_of_records

long AlterBackupResponse.total_number_of_records
getset

Total number of records affected by the alter operation.

Definition at line 250 of file AlterBackup.cs.


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