Preparing search index...
The search index is not available
Back To Index
|
@azure/cosmos
Package version:
@azure/cosmos
UpsertOperationInput
Interface UpsertOperationInput
interface
UpsertOperationInput
{
ifMatch
?:
string
;
ifNoneMatch
?:
string
;
operationType
:
"Upsert"
;
partitionKey
?:
PartitionKey
;
resourceBody
:
JSONObject
;
}
Index
Properties
if
Match?
if
None
Match?
operation
Type
partition
Key?
resource
Body
Properties
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
:
JSONObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@azure/cosmos
Loading...