FeedOptions.SessionToken Property

Definition

Gets or sets the session token for use with session consistency in the Azure DocumentDB database service.

public string SessionToken { get; set; }
Property Value

The session token for use with session consistency.

Remarks

Useful for applications that are load balanced across multiple Microsoft.Azure.Documents.Client.DocumentClient instances. In this case, round-trip the token from end user to the application and then back to DocumentDB so that a session can be preserved across servers.