ConflictResponse class
- Extends
Constructors
Conflict |
Properties
activity |
|
conflict | A reference to the Conflict corresponding to the returned ConflictDefinition. |
etag | |
request |
Inherited Properties
diagnostics | |
headers | |
resource | |
status |
|
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