Package version:

Interface UpsertOperationInput

interface UpsertOperationInput {
    ifMatch?: string;
    ifNoneMatch?: string;
    operationType: "Upsert";
    partitionKey?: PartitionKey;
    resourceBody: JSONObject;
}

Properties

ifMatch?: string
ifNoneMatch?: string
operationType
partitionKey?: PartitionKey
resourceBody: JSONObject