Represents a file system store.
no type hierarchy
no supertypes hierarchy
no subtypes hierarchy
Attributes | |
availableSpace | Source Codeshared formal Integer availableSpace The total number of bytes that are available in this store. See also usableSpace |
name | Source Codeshared formal String name The name of this store. |
totalSpace | Source Codeshared formal Integer totalSpace The total number of bytes that can be held by this store. |
usableSpace | Source Codeshared formal Integer usableSpace The total number of bytes that may be written to this store by this process, taking into account permissions, etc. See also availableSpace |
writable | Source Codeshared formal Boolean writable Determine if this store can be written to. |
Inherited Attributes |
Attributes inherited from: Object |