Skip to main content

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

Static Public Attributes

const string RECURSIVE = “recursive”
 If TRUE, will delete directory and all files residing in it.
 
const string TRUE = “true”
 A boolean constant for the DeleteDirectoryRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the DeleteDirectoryRequest.Options options.
 
const string NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
 If TRUE, no error is returned if specified directory does not exist.
 

Detailed Description

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

Optional parameters.

Definition at line 21 of file DeleteDirectory.cs.

Member Data Documentation

◆ FALSE

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

A boolean constant for the DeleteDirectoryRequest.Options options.

Definition at line 51 of file DeleteDirectory.cs.

◆ NO_ERROR_IF_NOT_EXISTS

const string kinetica.DeleteDirectoryRequest.Options.NO_ERROR_IF_NOT_EXISTS = “no_error_if_not_exists”
static

If TRUE, no error is returned if specified directory does not exist.

Supported values:

The default value is FALSE.

Definition at line 72 of file DeleteDirectory.cs.

◆ RECURSIVE

const string kinetica.DeleteDirectoryRequest.Options.RECURSIVE = “recursive”
static

If TRUE, will delete directory and all files residing in it.

If false, directory must be empty for deletion. Supported values:

The default value is FALSE.

Definition at line 43 of file DeleteDirectory.cs.

◆ TRUE

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

A boolean constant for the DeleteDirectoryRequest.Options options.

Definition at line 47 of file DeleteDirectory.cs.


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