Skip to main content

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

Inheritance diagram for kinetica.AlterBackupResponse:
Collaboration diagram for kinetica.AlterBackupResponse:

Properties

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

Definition at line 272 of file AlterBackup.cs.

Property Documentation

◆ backup_id

long kinetica.AlterBackupResponse.backup_id
getset

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

Definition at line 280 of file AlterBackup.cs.

◆ backup_name

string kinetica.AlterBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 276 of file AlterBackup.cs.

◆ info

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

Additional information.

Definition at line 290 of file AlterBackup.cs.

◆ total_bytes

long kinetica.AlterBackupResponse.total_bytes
getset

Total size of files affected by the alter operation.

Definition at line 283 of file AlterBackup.cs.

◆ total_number_of_records

long kinetica.AlterBackupResponse.total_number_of_records
getset

Total number of records affected by the alter operation.

Definition at line 287 of file AlterBackup.cs.


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