EntityClusterMode EnumType
Defines the values for a property that determines the behavior of the entity records when organization is part of a cluster.
Members
Members define the discrete options for the enumeration type.
Name | Value | Description |
---|---|---|
Partitioned | 0 | The records are persisted in respective partitions, but can still be read from other partition in the cluster |
Replicated | 1 | The records are persisted in all the partitions of cluster. |
Local | 2 | The records are not expected to be read or written in the context of a cluster. |
Used by
The following use the EntityClusterMode EnumType.
Name | How used |
---|---|
EntityMetadata | ClusterMode Property |
ComplexEntityMetadata | ClusterMode Property |