Skip to content

Commit 95c0df8

Browse files
authored
1 parent cd8ad43 commit 95c0df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/models/DedicatedGatewayRequestOptions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public DedicatedGatewayRequestOptions() {
2424

2525
/**
2626
* 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
2828
* integrated cache are guaranteed to be no staler than value indicated by this maxIntegratedCacheStaleness.
2929
*
3030
* <p>Default value is null</p>
@@ -40,7 +40,7 @@ public Duration getMaxIntegratedCacheStaleness() {
4040

4141
/**
4242
* 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
4444
* integrated cache are guaranteed to be no staler than value indicated by this maxIntegratedCacheStaleness.
4545
*
4646
* <p>Default value is null</p>

0 commit comments

Comments
 (0)