ConflictResponse class

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

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

diagnostics: CosmosDiagnostics

Property Value

Inherited From ResourceResponse.diagnostics

headers

headers: CosmosHeaders_2

Property Value

CosmosHeaders_2

Inherited From ResourceResponse.headers

resource

resource: undefined | (ConflictDefinition & Resource)

Property Value

undefined | (ConflictDefinition & Resource)

Inherited From ResourceResponse.resource

statusCode

statusCode: number

Property Value

number

Inherited From ResourceResponse.statusCode

substatus

substatus?: number

Property Value

number

Inherited From ResourceResponse.substatus