Session Consistency and the .NET Client SDK
问题 I am trying to understand what Sessions Consistency actually means when working with Azure DocumentDb via the .NET client SDK i.e. What defines (and bounds) a session. Is a new session created each time we create a new instance of DocumentClient and if so does the behavior change if we are using the IReliableReadWriteDocumentClient wrapper? 回答1: Yes, a new session is created each time you create a new instance of the DocumentClient class. Each DocumentClient instance maintains a map of