Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ConflictDefinition interface
- Package:
- @azure/cosmos
Properties
| content | |
| id | The id of the conflict |
| operationType | |
| resourceId | Source resource id |
| resourceType |
Property Details
content
content?: string
Property Value
string
id
The id of the conflict
id?: string
Property Value
string
operationType
operationType?: OperationType
Property Value
OperationType
resourceId
Source resource id
resourceId?: string
Property Value
string
resourceType
resourceType?: ResourceType
Property Value
ResourceType
