Kinetica   C#   API  Version 7.2.3.0
kinetica.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 new backup instance More...
 
const string DRY_RUN = "dry_run"
 Dry run of backup changes. More...
 
const string FALSE = "false"
 
const string TRUE = "true"
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 44 of file AlterBackup.cs.

Member Data Documentation

◆ COMMENT

const string kinetica.AlterBackupRequest.Options.COMMENT = "comment"

Comments to store with the new backup instance

Definition at line 48 of file AlterBackup.cs.

◆ DRY_RUN

const string kinetica.AlterBackupRequest.Options.DRY_RUN = "dry_run"

Dry run of backup changes.

Supported values:

The default value is FALSE.

Definition at line 62 of file AlterBackup.cs.

◆ FALSE

const string kinetica.AlterBackupRequest.Options.FALSE = "false"

Definition at line 64 of file AlterBackup.cs.

◆ TRUE

const string kinetica.AlterBackupRequest.Options.TRUE = "true"

Definition at line 65 of file AlterBackup.cs.


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