Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
If TRUE, no error is returned if a specified file does not exist. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file DeleteFiles.cs.
const string kinetica.DeleteFilesRequest.Options.FALSE = "false" |
Definition at line 39 of file DeleteFiles.cs.
const string kinetica.DeleteFilesRequest.Options.NO_ERROR_IF_NOT_EXISTS = "no_error_if_not_exists" |
const string kinetica.DeleteFilesRequest.Options.TRUE = "true" |
Definition at line 38 of file DeleteFiles.cs.