Package version:

Interface OperationBase

interface OperationBase {
    ifMatch?: string;
    ifNoneMatch?: string;
    partitionKey?: string;
}

Properties

ifMatch?: string
ifNoneMatch?: string
partitionKey?: string