Class EntitiesClientBatchDeleteOptionsAbstract

The contract used to specify the options for batch DELETE calls for Entities.

Constructors

Properties

apiVersion?: API_VERSION

Ignored in batch delete calls.

entityName?: string

The entity type to be fetched. e.g. 'item' If reference is passed, the entity name of the reference will be used.

ids?: string[]

The list of ids of the entities to be deleted.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc