Share via


IStoredProcedureResponse<TValue>.SessionToken Property

Definition

Gets the token for use with session consistency requests.

public string SessionToken { get; }
member this.SessionToken : string
Public ReadOnly Property SessionToken As String

Property Value

The token for use with session consistency requests.

Remarks

This is exposed for mocking purposes for the Azure Cosmos DB service.

Applies to