Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOperationBulk

Interface to gather all mandantory fragments to have a valid bulk operation.

Hierarchy

  • IOperationBulk

Index

Properties

creationRamp

creationRamp: number

Delay between every operation creation

groupId

groupId: string | number

Identifies the target group on which this operation should be performed

Optional id

id: string | number

Identifier for bulk operation

operationPrototype

operationPrototype: Partial<IOperation>

Operation to be executed for every device in a group

Optional progress

Contains information about number of processed operations, see IOperationBulkProgress

Optional self

self: string

Link to this resource

startDate

startDate: string

Time when operations should be created

Optional status

Status of Bulk Operation, see OperationBulkStatus

Generated using TypeDoc