EntityClusterMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the values for a property that determines the behavior of the entity records when organization is part of a cluster.
[System.Runtime.Serialization.DataContract(Name="EntityClusterMode", Namespace="http://schemas.microsoft.com/xrm/9.0/Metadata")]
public enum EntityClusterMode
[<System.Runtime.Serialization.DataContract(Name="EntityClusterMode", Namespace="http://schemas.microsoft.com/xrm/9.0/Metadata")>]
type EntityClusterMode =
Public Enum EntityClusterMode
- Inheritance
-
EntityClusterMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Partitioned | 0 | The records are persisted in all the partitions of cluster. |
Replicated | 1 | The records are persisted in respective partitions, but can still be read from other partition in the cluster. |
Local | 2 | The records are not expected to be read or written in the context of a cluster. |
FilteredReplicated | 3 |