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"
 Dry run of drop backup. More...
 
const string FALSE = "false"
 
const string TRUE = "true"
 
const string DELETE_ALL_BACKUPS = "delete_all_backups"
 All multiple backups to be deleted if TRUE and multiple backup names were found matching prefix of backup_name. More...
 
const string NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"
 If FALSE will return an error if the provided backup_name does not exist. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file DropBackup.cs.

Member Data Documentation

◆ DELETE_ALL_BACKUPS

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

All multiple backups to be deleted if TRUE and multiple backup names were found matching prefix of backup_name.

Supported values:

The default value is FALSE.

Definition at line 54 of file DropBackup.cs.

◆ DRY_RUN

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

Dry run of drop backup.

Supported values:

The default value is FALSE.

Definition at line 35 of file DropBackup.cs.

◆ FALSE

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

Definition at line 37 of file DropBackup.cs.

◆ NO_ERROR_IF_NOT_EXISTS

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

If FALSE will return an error if the provided backup_name does not exist.

Supported values:

The default value is FALSE.

Definition at line 70 of file DropBackup.cs.

◆ TRUE

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

Definition at line 38 of file DropBackup.cs.


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