Skip to main content

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

Inheritance diagram for kinetica.ShowBackupResponse:
Collaboration diagram for kinetica.ShowBackupResponse:

Properties

string backup_name [get, set]
 Value of backup_name.
 
IList< IDictionary< string, string > > backup_description = new List<IDictionary<string, string>>() [get, set]
 Details about the overall backup(s).
 
IList< IDictionary< string, string > > backup_ids = new List<IDictionary<string, string>>() [get, set]
 Details about the individual snapshots contained within the backup(s).
 
IList< IDictionary< string, string > > backup_contents = new List<IDictionary<string, string>>() [get, set]
 When SHOW_CONTENTS is OBJECT_NAMES, the names of the backed-up objects as well as sizing detail of any backed-up tables; when OBJECT_FILES, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables.
 
IList< IDictionary< string, string > > deleted_backup_ids = new List<IDictionary<string, string>>() [get, set]
 IDs of any snapshots that have been deleted from the containing backup(s).
 
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.showBackup.

Definition at line 389 of file ShowBackup.cs.

Property Documentation

◆ backup_contents

IList< IDictionary< string, string > > kinetica.ShowBackupResponse.backup_contents = new List<IDictionary<string, string>>()
getset

When SHOW_CONTENTS is OBJECT_NAMES, the names of the backed-up objects as well as sizing detail of any backed-up tables; when OBJECT_FILES, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables.

Definition at line 410 of file ShowBackup.cs.

◆ backup_description

IList< IDictionary< string, string > > kinetica.ShowBackupResponse.backup_description = new List<IDictionary<string, string>>()
getset

Details about the overall backup(s).

Definition at line 396 of file ShowBackup.cs.

◆ backup_ids

IList< IDictionary< string, string > > kinetica.ShowBackupResponse.backup_ids = new List<IDictionary<string, string>>()
getset

Details about the individual snapshots contained within the backup(s).

Definition at line 400 of file ShowBackup.cs.

◆ backup_name

string kinetica.ShowBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 393 of file ShowBackup.cs.

◆ deleted_backup_ids

IList< IDictionary< string, string > > kinetica.ShowBackupResponse.deleted_backup_ids = new List<IDictionary<string, string>>()
getset

IDs of any snapshots that have been deleted from the containing backup(s).

Definition at line 414 of file ShowBackup.cs.

◆ info

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

Additional information.

Definition at line 417 of file ShowBackup.cs.


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