Preparing search index...
The search index is not available
Back To Index
|
@azure/cosmos
Package version:
@azure/cosmos
PatchOperationInput
Interface PatchOperationInput
interface
PatchOperationInput
{
id
:
string
;
ifMatch
?:
string
;
ifNoneMatch
?:
string
;
operationType
:
"Patch"
;
partitionKey
?:
PartitionKey
;
resourceBody
:
PatchRequestBody
;
}
Index
Properties
id
if
Match?
if
None
Match?
operation
Type
partition
Key?
resource
Body
Properties
id
id
:
string
Optional
if
Match
if
Match
?:
string
Optional
if
None
Match
if
None
Match
?:
string
operation
Type
operation
Type
Optional
partition
Key
partition
Key
?:
PartitionKey
resource
Body
resource
Body
:
PatchRequestBody
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/cosmos
Loading...