7 using System.Collections.Generic;
57 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
85 IDictionary<string, string>
options =
null)
106 public IList<IList<long>>
backup_ids {
get;
set; } =
new List<IList<long>>();
110 public IList<IList<string>>
errors {
get;
set; } =
new List<IList<string>>();
113 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
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.
string backup_name
Value of backup_name.
IList< IList< long > > backup_ids
IDs of individual snapshots per backup name.
A set of string constants for the parameter options.
IDictionary< string, string > info
Additional information.
IList< string > backup_names
Backup name(s).
KineticaData - class to help with Avro Encoding for Kinetica
IList< IList< string > > errors
Any errors detected from the inspection of each backup.
string backup_name
Name of the backup.
A set of parameters for Kinetica.verifyBackup.
string datasource_name
Data source through which the backup is accessible.
A set of results returned by Kinetica.verifyBackup.
const string BACKUP_ID
ID of the snapshot to verify.
IDictionary< string, string > options
Optional parameters.