Class EntitiesClientBatchUpdateOptionsAbstract

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

Constructors

Properties

apiVersion?: API_VERSION

ignored in batch update calls.

entityName: string

The entity type to be fetched. e.g. 'item'

objects: any[]

A list of objects to be updated. Object can be partial, only the fields that are specified will be updated.

suffix?: string

Used to specify a suffix to the resource path.

Generated using TypeDoc