Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

The AbstractPofValue type exposes the following members.

Properties

  NameDescription
Protected propertyBinaryValue
Return binary representation of this value.
Protected propertyDirtyBytesCount
Get the estimated number of dirty bytes in this POF value hierarchy.
Public propertyIsDirty
Return true if this value has been modified, false otherwise.
Protected propertyIsRoot
Return true if this instance is the root of the IPofValue hierarchy.
Protected propertyIsUniformEncoded
Return true if the buffer contains only the value, without the type identifier.
Public propertyOffset
Return the offset of this value from the beginning of POF stream.
Public propertyParent
Return the parent of this value.
Public propertyPofContext
Return the POF context to use for serialization and deserialization.
Public propertyRoot
Return the root of the hierarchy this value belongs to.
Public propertySize
Return the size of the encoded value in bytes.
Public propertyTypeId
Obtain the POF type identifier for this value.

See Also