|
Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | LOCAL_ONLY = "local_only" |
| If TRUE only locally persisted files will be checked. More... | |
| const string | TRUE = "true" |
| const string | FALSE = "false" |
| const string | SHOW_DETAIL = "show_detail" |
| If TRUE reports individual chunk errors. More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 28 of file CheckTable.cs.
| const string kinetica.CheckTableRequest.Options.FALSE = "false" |
Definition at line 46 of file CheckTable.cs.
| const string kinetica.CheckTableRequest.Options.LOCAL_ONLY = "local_only" |
| const string kinetica.CheckTableRequest.Options.SHOW_DETAIL = "show_detail" |
| const string kinetica.CheckTableRequest.Options.TRUE = "true" |
Definition at line 45 of file CheckTable.cs.