Skip to main content

A set of string constants for the parameter AlterBackupRequest.options. More…

Static Public Attributes

const string COMMENT = “comment”
 Comments to store with the backup.
 
const string DRY_RUN = “dry_run”
 Whether or not to perform a dry run of a backup alteration.
 
const string TRUE = “true”
 A boolean constant for the AlterBackupRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AlterBackupRequest.Options options.
 

Detailed Description

A set of string constants for the parameter AlterBackupRequest.options.

Optional parameters.

Definition at line 53 of file AlterBackup.cs.

Member Data Documentation

◆ COMMENT

const string kinetica.AlterBackupRequest.Options.COMMENT = “comment”
static

Comments to store with the backup.

Definition at line 56 of file AlterBackup.cs.

◆ DRY_RUN

const string kinetica.AlterBackupRequest.Options.DRY_RUN = “dry_run”
static

Whether or not to perform a dry run of a backup alteration.

Supported values:

The default value is FALSE.

Definition at line 74 of file AlterBackup.cs.

◆ FALSE

const string kinetica.AlterBackupRequest.Options.FALSE = “false”
static

A boolean constant for the AlterBackupRequest.Options options.

Definition at line 82 of file AlterBackup.cs.

◆ TRUE

const string kinetica.AlterBackupRequest.Options.TRUE = “true”
static

A boolean constant for the AlterBackupRequest.Options options.

Definition at line 78 of file AlterBackup.cs.


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