Share via


EntityClusterMode Enum

Definition

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

Applies to