7 using System.Collections.Generic;
37 public const string FALSE =
"false";
38 public const string TRUE =
"true";
138 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
212 IDictionary<string, string>
options =
null)
233 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
string datasink_name
Datasink where backup is stored.
const string DRY_RUN
Dry run of drop backup.
string backup_name
Name of the backup object to be deleted.
IList< string > backup_names
Backups that were deleted.
const string DELETE_ALL_BACKUPS
All multiple backups to be deleted if TRUE and multiple backup names were found matching prefix of ba...
DropBackupRequest()
Constructs a DropBackupRequest object with default parameters.
string backup_name
Value of backup_name.
IDictionary< string, string > options
Optional parameters.
A set of string constants for the parameter options.
A set of parameters for Kinetica.dropBackup.
KineticaData - class to help with Avro Encoding for Kinetica
A set of results returned by Kinetica.dropBackup.
DropBackupRequest(string backup_name, string datasink_name, IDictionary< string, string > options=null)
Constructs a DropBackupRequest object with the specified parameters.
const string NO_ERROR_IF_NOT_EXISTS
If FALSE will return an error if the provided backup_name does not exist.