Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ConflictResponse class
- Package:
- @azure/cosmos
- Extends
Constructors
| ConflictResponse(ConflictDefinition & Resource, CosmosHeaders, number, Conflict, CosmosDiagnostics) |
Properties
| activityId | |
| conflict | A reference to the Conflict corresponding to the returned ConflictDefinition. |
| etag | |
| requestCharge |
Inherited Properties
| diagnostics |
| headers |
| resource |
| statusCode |
| substatus |
Constructor Details
ConflictResponse(ConflictDefinition & Resource, CosmosHeaders, number, Conflict, CosmosDiagnostics)
new ConflictResponse(resource: ConflictDefinition & Resource, headers: CosmosHeaders, statusCode: number, conflict: Conflict, diagnostics: CosmosDiagnostics)
Parameters
- resource
- headers
- CosmosHeaders
- statusCode
-
number
- conflict
- Conflict
- diagnostics
- CosmosDiagnostics
Property Details
activityId
string activityId
Property Value
string
conflict
A reference to the Conflict corresponding to the returned ConflictDefinition.
conflict: Conflict
Property Value
etag
string etag
Property Value
string
requestCharge
number requestCharge
Property Value
number
Inherited Property Details
diagnostics
headers
resource
resource: undefined | (ConflictDefinition & Resource)
Property Value
undefined | (ConflictDefinition & Resource)
Inherited From ResourceResponse.resource
