Kinetica   C#   API  Version 7.2.3.0
kinetica.DropBackupRequest.Options Struct Reference

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

Public Attributes

const string DRY_RUN = "dry_run"
 Whether or not to perform a dry run of a backup deletion. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string DELETE_ALL_BACKUPS = "delete_all_backups"
 Allow multiple backups to be deleted if TRUE and multiple backup names are found matching backup_name. More...
 
const string NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"
 Whether or not to suppress the error if the specified backup does not exist. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 24 of file DropBackup.cs.

Member Data Documentation

◆ DELETE_ALL_BACKUPS

const string kinetica.DropBackupRequest.Options.DELETE_ALL_BACKUPS = "delete_all_backups"

Allow multiple backups to be deleted if TRUE and multiple backup names are found matching backup_name.

Supported values:

The default value is FALSE.

Definition at line 58 of file DropBackup.cs.

◆ DRY_RUN

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

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

Supported values:

The default value is FALSE.

Definition at line 39 of file DropBackup.cs.

◆ FALSE

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

Definition at line 42 of file DropBackup.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string kinetica.DropBackupRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"

Whether or not to suppress the error if the specified backup does not exist.

Supported values:

The default value is FALSE.

Definition at line 73 of file DropBackup.cs.

◆ TRUE

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

Definition at line 41 of file DropBackup.cs.


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