[This is preliminary documentation and is subject to change.]
The IPileStatus type exposes the following members.Properties
| Name | Description | |
|---|---|---|
| AllocatedMemoryBytes |
Returns the number of bytes allocated by this pile from system memory
| |
| Locality |
Returns whether pile is local or distributed
| |
| MemoryCapacityBytes |
Returns an approximate capacity of free memory that the system has left
| |
| NodeCount |
Returns the number of nodes(servers) that service this distributed pile.
If this pile locality is local then returns 1
| |
| ObjectCount |
Returns the number of allocated objects in this pile
| |
| OverheadBytes |
Returns the number of extra bytes used by pile metadata currently occupied by object stored in this pile
| |
| Persistence |
Returns the model of object persistence that this pile supports
| |
| SegmentCount |
Returns the number of segments allocated
| |
| SupportsObjectExpiration |
Returns whether this instance supports object expiration
| |
| UtilizedBytes |
Returns the number of bytes allocated for object storage within AllocatedMemoryBytes
|
See Also