@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public class CosmosPatchItemRequestOptions extends CosmosItemRequestOptions
Constructor and Description |
---|
CosmosPatchItemRequestOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getFilterPredicate()
Gets the FilterPredicate associated with the request in the Azure Cosmos DB service.
|
CosmosPatchItemRequestOptions |
setFilterPredicate(String filterPredicate)
Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.
|
getConsistencyLevel, getDedicatedGatewayRequestOptions, getIfMatchETag, getIfNoneMatchETag, getIndexingDirective, getPostTriggerInclude, getPreTriggerInclude, getSessionToken, getThresholdForDiagnosticsOnTracer, getThroughputControlGroupName, isContentResponseOnWriteEnabled, setConsistencyLevel, setContentResponseOnWriteEnabled, setDedicatedGatewayRequestOptions, setIfMatchETag, setIfNoneMatchETag, setIndexingDirective, setPostTriggerInclude, setPreTriggerInclude, setSessionToken, setThresholdForDiagnosticsOnTracer, setThroughputControlGroupName
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosPatchItemRequestOptions()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getFilterPredicate()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosPatchItemRequestOptions setFilterPredicate(String filterPredicate)
setFilterPredicate("from c where c.taskNum = 3")
.filterPredicate
- the filterPredicate associated with the request.Copyright © 2021 Microsoft Corporation. All rights reserved.