Kinetica   C#   API  Version 7.2.3.1
AlterBackupRequest.Options Struct Reference

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

Public Attributes

const string COMMENT = "comment"
 Comments to store with the backup. More...
 
const string DRY_RUN = "dry_run"
 Whether or not to perform a dry run of a backup alteration. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 52 of file AlterBackup.cs.

Member Data Documentation

◆ COMMENT

const string AlterBackupRequest.Options.COMMENT = "comment"

Comments to store with the backup.

Definition at line 55 of file AlterBackup.cs.

◆ DRY_RUN

const string AlterBackupRequest.Options.DRY_RUN = "dry_run"

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

Supported values:

The default value is FALSE.

Definition at line 70 of file AlterBackup.cs.

◆ FALSE

const string AlterBackupRequest.Options.FALSE = "false"

Definition at line 73 of file AlterBackup.cs.

◆ TRUE

const string AlterBackupRequest.Options.TRUE = "true"

Definition at line 72 of file AlterBackup.cs.


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