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

The PofUniformSparseArray type exposes the following members.

Properties

  NameDescription
Protected propertyBinaryValue
Return binary representation of this value.
(Inherited from AbstractPofValue.)
Protected propertyDirtyBytesCount
Get the estimated number of dirty bytes in this POF value hierarchy.
(Inherited from AbstractPofValue.)
Public propertyIsDirty
Return true if this value has been modified, false otherwise.
(Inherited from AbstractPofValue.)
Protected propertyIsRoot
Return true if this instance is the root of the IPofValue hierarchy.
(Inherited from AbstractPofValue.)
Protected propertyIsUniformCollection
Return true if this complex value is encoded as one of uniform collection types.
(Inherited from ComplexPofValue.)
Protected propertyIsUniformEncoded
Return true if the buffer contains only the value, without the type identifier.
(Inherited from AbstractPofValue.)
Public propertyOffset
Return the offset of this value from the beginning of POF stream.
(Inherited from AbstractPofValue.)
Public propertyParent
Return the parent of this value.
(Inherited from AbstractPofValue.)
Public propertyPofContext
Return the POF context to use for serialization and deserialization.
(Inherited from AbstractPofValue.)
Public propertyRoot
Return the root of the hierarchy this value belongs to.
(Inherited from AbstractPofValue.)
Public propertySize
Return the size of the encoded value in bytes.
(Inherited from AbstractPofValue.)
Public propertyTypeId
Obtain the POF type identifier for this value.
(Inherited from AbstractPofValue.)
Protected propertyUniformElementType
Gets or sets element type if this is a uniform collection.
(Inherited from ComplexPofValue.)

See Also