You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/models/DedicatedGatewayRequestOptions.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public DedicatedGatewayRequestOptions() {
24
24
25
25
/**
26
26
* Gets the staleness value associated with the request in the Azure CosmosDB service. For requests where the {@link
27
-
* com.azure.cosmos.ConsistencyLevel} is {@link com.azure.cosmos.ConsistencyLevel#EVENTUAL}, responses from the
27
+
* com.azure.cosmos.ConsistencyLevel} is {@link com.azure.cosmos.ConsistencyLevel#EVENTUAL} or {@link com.azure.cosmos.ConsistencyLevel#SESSION}, responses from the
28
28
* integrated cache are guaranteed to be no staler than value indicated by this maxIntegratedCacheStaleness.
29
29
*
30
30
* <p>Default value is null</p>
@@ -40,7 +40,7 @@ public Duration getMaxIntegratedCacheStaleness() {
40
40
41
41
/**
42
42
* Sets the staleness value associated with the request in the Azure CosmosDB service. For requests where the {@link
43
-
* com.azure.cosmos.ConsistencyLevel} is {@link com.azure.cosmos.ConsistencyLevel#EVENTUAL}, responses from the
43
+
* com.azure.cosmos.ConsistencyLevel} is {@link com.azure.cosmos.ConsistencyLevel#EVENTUAL} or {@link com.azure.cosmos.ConsistencyLevel#SESSION}, responses from the
44
44
* integrated cache are guaranteed to be no staler than value indicated by this maxIntegratedCacheStaleness.
0 commit comments