Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter directory_updates_map. More...
Public Attributes | |
const string | DATA_LIMIT = "data_limit" |
The maximum capacity, in bytes, to apply to the directory. More... | |
A set of string constants for the parameter directory_updates_map.
Map containing the properties of the directory to be altered. Error if empty.
Definition at line 22 of file AlterDirectory.cs.
const string kinetica.AlterDirectoryRequest.DirectoryUpdatesMap.DATA_LIMIT = "data_limit" |
The maximum capacity, in bytes, to apply to the directory.
Set to -1 to indicate no upper limit.
Definition at line 28 of file AlterDirectory.cs.