IPileStatus MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IPileStatus type exposes the following members.
Properties

  NameDescription
Public propertyAllocatedMemoryBytes
Returns the number of bytes allocated by this pile from system memory
Public propertyLocality
Returns whether pile is local or distributed
Public propertyMemoryCapacityBytes
Returns an approximate capacity of free memory that the system has left
Public propertyNodeCount
Returns the number of nodes(servers) that service this distributed pile. If this pile locality is local then returns 1
Public propertyObjectCount
Returns the number of allocated objects in this pile
Public propertyOverheadBytes
Returns the number of extra bytes used by pile metadata currently occupied by object stored in this pile
Public propertyPersistence
Returns the model of object persistence that this pile supports
Public propertySegmentCount
Returns the number of segments allocated
Public propertySupportsObjectExpiration
Returns whether this instance supports object expiration
Public propertyUtilizedBytes
Returns the number of bytes allocated for object storage within AllocatedMemoryBytes
Back to Top
See Also