Options passed to delete.

Hierarchy

Properties

compartment?: string

Cloud service only. Compartment id or name to use for this operation.

Default Value

Config.compartment.

See

compartment

durability?: Durability

On-premises only. Set the desired durability for master/replica sync/acks. Defaults to durability or if not set, the default server-side durability settings are used. See Durability.

matchVersion?: RowVersion

If set, delete only if there is an existing row that matches the primary key and its RowVersion matches the value provided.

namespace?: string

On-premises only. Namespace to use for this operation.

Note: if a namespace is specified in the table name for the request (using the namespace:table_name format), that value will override this setting.

Default Value

Config.namespace.

See

namespace

returnExisting?: boolean

If set to true, existing row and its version will be returned as part of DeleteResult if delete operation fails because of version mismatch as discussed in delete.

timeout?: number

Timeout for the operation in milliseconds.

Default Value

Config.timeout

Generated using TypeDoc