ServiceClient.EnableAffinityCookie Property

Definition

Defaults to True.

When true, this setting applies the default connection routing strategy to connections to Dataverse.

This will 'prefer' a given node when interacting with Dataverse which improves overall connection performance.

When set to false, each call to Dataverse will be routed to any given node supporting your organization.

See Server affinity for proper use.

public bool EnableAffinityCookie { get; set; }
member this.EnableAffinityCookie : bool with get, set
Public Property EnableAffinityCookie As Boolean

Property Value

Applies to