Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.AlterDirectoryRequest.DirectoryUpdatesMap Struct Reference

Map containing the properties of the directory to be altered. More...

Public Attributes

const string DATA_LIMIT = "data_limit"
 The maximum capacity, in bytes, to apply to the directory. More...
 

Detailed Description

Map containing the properties of the directory to be altered.

Error if empty.

  • DATA_LIMIT: The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit.


A set of string constants for the parameter directory_updates_map.

Definition at line 36 of file AlterDirectory.cs.

Member Data Documentation

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 41 of file AlterDirectory.cs.


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