A set of results returned by Kinetica.showDirectories. More…
Properties | |
| IList< string > | directories = new List<string>() [get, set] |
| KiFS directory names. | |
| IList< string > | users = new List<string>() [get, set] |
| User that created each directory for the respective directories in ShowDirectoriesResponse.directories. | |
| IList< long > | creation_times = new List<long>() [get, set] |
| The creation time for each directory in milliseconds since epoch, for the respective directories in ShowDirectoriesResponse.directories. | |
| IList< long > | data_usages = new List<long>() [get, set] |
| The data usage each directory in bytes, for the respective directories in ShowDirectoriesResponse.directories. | |
| IList< long > | data_limits = new List<long>() [get, set] |
| The data limit for each directory in bytes, for the respective directories in ShowDirectoriesResponse.directories. | |
| IList< string > | permissions = new List<string>() [get, set] |
| Highest level of permission the calling user has for the respective directories in ShowDirectoriesResponse.directories. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| Static Public Member Functions inherited from kinetica.KineticaData | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.showDirectories.
Definition at line 51 of file ShowDirectories.cs.
Property Documentation
◆ creation_times
| getset |
The creation time for each directory in milliseconds since epoch, for the respective directories in ShowDirectoriesResponse.directories.
Definition at line 64 of file ShowDirectories.cs.
◆ data_limits
| getset |
The data limit for each directory in bytes, for the respective directories in ShowDirectoriesResponse.directories.
Definition at line 74 of file ShowDirectories.cs.
◆ data_usages
| getset |
The data usage each directory in bytes, for the respective directories in ShowDirectoriesResponse.directories.
Definition at line 69 of file ShowDirectories.cs.
◆ directories
| getset |
KiFS directory names.
Definition at line 54 of file ShowDirectories.cs.
◆ info
| getset |
Additional information.
Definition at line 85 of file ShowDirectories.cs.
◆ permissions
| getset |
Highest level of permission the calling user has for the respective directories in ShowDirectoriesResponse.directories.
Will be empty if no permissions. If a user has been granted both read and write permissions, ‘directory_write’ will be listed.
Definition at line 82 of file ShowDirectories.cs.
◆ users
| getset |
User that created each directory for the respective directories in ShowDirectoriesResponse.directories.
Definition at line 59 of file ShowDirectories.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ShowDirectories.cs
- Kinetica/Protocol/ShowDirectories.cs