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

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

Public Attributes

const string RECURSIVE = "recursive"
 If TRUE, will delete directory and all files residing in it. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists"
 If TRUE, no error is returned if specified directory does not exist. More...
 

Detailed Description

A set of string constants for the parameter options.

Optional parameters.

Definition at line 21 of file DeleteDirectory.cs.

Member Data Documentation

◆ FALSE

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

Definition at line 39 of file DeleteDirectory.cs.

◆ NO_ERROR_IF_NOT_EXISTS

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

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

Supported values:

The default value is FALSE.

Definition at line 54 of file DeleteDirectory.cs.

◆ RECURSIVE

const string kinetica.DeleteDirectoryRequest.Options.RECURSIVE = "recursive"

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

Supported values:

The default value is FALSE.

Definition at line 36 of file DeleteDirectory.cs.

◆ TRUE

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

Definition at line 38 of file DeleteDirectory.cs.


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