A set of parameters for Kinetica.verifyBackup. More…
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]
| inline |
Constructs a VerifyBackupRequest object with default parameters.
Definition at line 64 of file VerifyBackup.cs.
◆ VerifyBackupRequest() [2/4]
| inline |
Constructs a VerifyBackupRequest object with the specified parameters.
| backup_name | 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 ”. |
| datasource_name | Data source through which the backup is accessible. |
| options | Optional parameters.
|
Definition at line 88 of file VerifyBackup.cs.
◆ VerifyBackupRequest() [3/4]
| inline |
Constructs a VerifyBackupRequest object with default parameters.
Definition at line 64 of file VerifyBackup.cs.
◆ VerifyBackupRequest() [4/4]
| inline |
Constructs a VerifyBackupRequest object with the specified parameters.
| backup_name | 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 ”. |
| datasource_name | Data source through which the backup is accessible. |
| options | Optional parameters.
|
Definition at line 88 of file VerifyBackup.cs.
Property Documentation
◆ 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
| getset |
Data source through which the backup is accessible.
Definition at line 45 of file VerifyBackup.cs.
◆ options
| 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/VerifyBackup.cs
- Kinetica/Protocol/VerifyBackup.cs