Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Serialization format indicator.

Namespace: Tangosol.Net.Partition
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public enum Format

Members

Member nameValueDescription
MarkedNone0 Indicates that no partitions are marked; MarkedNone requires no additional data.
MarkedFew1 Indicates that a small number of partitions are marked; followed by stream of packed integers indicating gaps between each marked partition, terminated with a -1.
MarkedMany2 Indicates that a large number of partitions are marked; followed by a sequence of 64-bit values sufficient to represent the cardinality of the PartitionSet.
MarkedAll3 Indicates that all partitions are marked; MarkedAll requires no additional data.

See Also