7 using System.Collections.Generic;
42 public const string MERGE =
"merge";
46 public const string PURGE =
"purge";
72 public const string TRUE =
"true";
73 public const string FALSE =
"false";
146 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
222 IDictionary<string, string>
options =
null)
225 this.action =
action ??
"";
226 this._value =
_value ??
"";
253 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
const string MAX_INCREMENTAL_BACKUPS_TO_KEEP
Maximum number of incremental snapshots to keep, when taking future snapshots; set _value to the numb...
long total_number_of_records
Total number of records affected by the alter operation.
A set of string constants for the parameter options.
AlterBackupRequest(string backup_name, string action, string _value, string datasink_name, IDictionary< string, string > options=null)
Constructs an AlterBackupRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
string _value
Value of the modification, depending on action.
long backup_id
ID of the snapshot affected by the alter operation, if any.
A set of results returned by Kinetica.alterBackup.
string action
Operation to be applied.
const string DDL_ONLY
Whether or not to only save DDL and not back up table data, when taking future snapshots; set _value ...
string backup_name
Name of the backup to be altered.
const string MERGE
Merges all snapshots within a backup and creates a single full snapshot.
string datasink_name
Data sink through which the backup is accessible.
const string PURGE
Deletes a snapshot from a backup; set _value to the snapshot ID to purge.
AlterBackupRequest()
Constructs an AlterBackupRequest object with default parameters.
IDictionary< string, string > options
Optional parameters.
string backup_name
Value of backup_name.
A set of parameters for Kinetica.alterBackup.
const string DRY_RUN
Whether or not to perform a dry run of a backup alteration.
IDictionary< string, string > info
Additional information.
A set of string constants for the parameter action.
long total_bytes
Total size of files affected by the alter operation.
const string COMMENT
Comments to store with the backup.
const string CHECKSUM
Calculate checksum for backed-up files.