@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class TransactionalBatchPatchItemRequestOptions extends Object
Constructor and Description |
---|
TransactionalBatchPatchItemRequestOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getFilterPredicate()
Gets the FilterPredicate associated with the request in the Azure Cosmos DB service.
|
String |
getIfMatchETag()
Gets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
String |
getIfNoneMatchETag()
Gets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
TransactionalBatchPatchItemRequestOptions |
setFilterPredicate(String filterPredicate)
Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.
|
TransactionalBatchPatchItemRequestOptions |
setIfMatchETag(String ifMatchETag)
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
void |
setIfMatchETagCore(String ifMatchETag)
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
TransactionalBatchPatchItemRequestOptions |
setIfNoneMatchETag(String ifNoneMatchEtag)
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
void |
setIfNoneMatchETagCore(String ifNoneMatchEtag)
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
public TransactionalBatchPatchItemRequestOptions()
@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 TransactionalBatchPatchItemRequestOptions setFilterPredicate(String filterPredicate)
setFilterPredicate("from c where c.taskNum = 3")
.filterPredicate
- the filterPredicate associated with the request.@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public TransactionalBatchPatchItemRequestOptions setIfMatchETag(String ifMatchETag)
ifMatchETag
- the ifMatchETag associated with the request.@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public TransactionalBatchPatchItemRequestOptions setIfNoneMatchETag(String ifNoneMatchEtag)
ifNoneMatchEtag
- the ifNoneMatchETag associated with the request.@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getIfMatchETag()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public void setIfMatchETagCore(String ifMatchETag)
ifMatchETag
- the ifMatchETag associated with the request.@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getIfNoneMatchETag()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public void setIfNoneMatchETagCore(String ifNoneMatchEtag)
ifNoneMatchEtag
- the ifNoneMatchETag associated with the request.Copyright © 2021 Microsoft Corporation. All rights reserved.