Kinetica   C#   API  Version 7.2.3.1
VerifyBackupResponse Class Reference

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

+ Inheritance diagram for VerifyBackupResponse:
+ Collaboration diagram for VerifyBackupResponse:

Properties

string backup_name [get, set]
 Value of backup_name. More...
 
IList< string > backup_names = new List<string>() [get, set]
 Backup name(s). More...
 
IList< IList< long > > backup_ids = new List<IList<long>>() [get, set]
 IDs of individual snapshots per backup name. More...
 
IList< IList< string > > errors = new List<IList<string>>() [get, set]
 Any errors detected from the inspection of each backup. 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.verifyBackup.

Definition at line 96 of file VerifyBackup.cs.

Property Documentation

◆ backup_ids

IList<IList<long> > VerifyBackupResponse.backup_ids = new List<IList<long>>()
getset

IDs of individual snapshots per backup name.

Definition at line 106 of file VerifyBackup.cs.

◆ backup_name

string VerifyBackupResponse.backup_name
getset

Value of backup_name.

Definition at line 100 of file VerifyBackup.cs.

◆ backup_names

IList<string> VerifyBackupResponse.backup_names = new List<string>()
getset

Backup name(s).

Definition at line 103 of file VerifyBackup.cs.

◆ errors

IList<IList<string> > VerifyBackupResponse.errors = new List<IList<string>>()
getset

Any errors detected from the inspection of each backup.

Definition at line 110 of file VerifyBackup.cs.

◆ info

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

Additional information.

Definition at line 113 of file VerifyBackup.cs.


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