Skip to main content

A set of parameters for Kinetica.verifyBackup. More…

Inheritance diagram for kinetica.VerifyBackupRequest:
Collaboration diagram for kinetica.VerifyBackupRequest:

Classes

struct  Options
 A set of string constants for the parameter VerifyBackupRequest.options. More…
 

Public Member Functions

 VerifyBackupRequest ()
 Constructs a VerifyBackupRequest object with default parameters.
 
 VerifyBackupRequest (string backup_name, string datasource_name, IDictionary< string, string > options=null)
 Constructs a VerifyBackupRequest object with the specified parameters.
 
 VerifyBackupRequest ()
 Constructs a VerifyBackupRequest object with default parameters.
 
 VerifyBackupRequest (string backup_name, string datasource_name, IDictionary< string, string > options=null)
 Constructs a VerifyBackupRequest object with the specified parameters.
 
 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.
 

Properties

string backup_name = "" [get, set]
 Name of the backup.
 
string datasource_name [get, set]
 Data source through which the backup is accessible.
 
IDictionary< string, string > options = new Dictionary<string, string>() [get, set]
 Optional parameters.
 
 Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class.
 

Additional Inherited Members

 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 parameters for Kinetica.verifyBackup.

Inspects the requested database backup(s) for conformity at the remote file store accessible via the data source specified by VerifyBackupRequest.datasource_name. By default all snapshots are inspected unless the option BACKUP_ID is used to target a specific instance. Returns backup verification results.

Definition at line 24 of file VerifyBackup.cs.

Constructor & Destructor Documentation

◆ VerifyBackupRequest() [1/4]

kinetica.VerifyBackupRequest.VerifyBackupRequest ()
inline

Constructs a VerifyBackupRequest object with default parameters.

Definition at line 64 of file VerifyBackup.cs.

◆ VerifyBackupRequest() [2/4]

kinetica.VerifyBackupRequest.VerifyBackupRequest (stringbackup_name,
stringdatasource_name,
IDictionary< string, string >options = null )
inline

Constructs a VerifyBackupRequest object with the specified parameters.

Parameters
backup_nameName of the backup. An empty string or '' will check all existing backups. Any text followed by a '' will inspect backups whose name starts with that text. The default value is ”.
datasource_nameData source through which the backup is accessible.
optionsOptional parameters.
  • BACKUP_ID: ID of the snapshot to verify. Set to ‘-1’ to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is ‘-1’.
The default value is an empty Dictionary.

Definition at line 88 of file VerifyBackup.cs.

◆ VerifyBackupRequest() [3/4]

kinetica.VerifyBackupRequest.VerifyBackupRequest ()
inline

Constructs a VerifyBackupRequest object with default parameters.

Definition at line 64 of file VerifyBackup.cs.

◆ VerifyBackupRequest() [4/4]

kinetica.VerifyBackupRequest.VerifyBackupRequest (stringbackup_name,
stringdatasource_name,
IDictionary< string, string >options = null )
inline

Constructs a VerifyBackupRequest object with the specified parameters.

Parameters
backup_nameName of the backup. An empty string or '' will check all existing backups. Any text followed by a '' will inspect backups whose name starts with that text. The default value is ”.
datasource_nameData source through which the backup is accessible.
optionsOptional parameters.
  • BACKUP_ID: ID of the snapshot to verify. Set to ‘-1’ to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is ‘-1’.
The default value is an empty Dictionary.

Definition at line 88 of file VerifyBackup.cs.

Property Documentation

◆ backup_name

string kinetica.VerifyBackupRequest.backup_name = ""
getset

Name of the backup.

An empty string or '' will check all existing backups. Any text followed by a '' will inspect backups whose name starts with that text. The default value is ”.

Definition at line 42 of file VerifyBackup.cs.

◆ datasource_name

string kinetica.VerifyBackupRequest.datasource_name
getset

Data source through which the backup is accessible.

Definition at line 45 of file VerifyBackup.cs.

◆ options

IDictionary< string, string > kinetica.VerifyBackupRequest.options = new Dictionary<string, string>()
getset

Optional parameters.

  • BACKUP_ID: ID of the snapshot to verify. Set to ‘-1’ to verify all snapshots in the backup. Leave empty to verify only the most recent snapshot. The default value is ‘-1’.

The default value is an empty Dictionary.

Definition at line 60 of file VerifyBackup.cs.


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