Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • IBulkOperation

Implemented by

Index

Properties

Optional archivedAt

archivedAt: string | null

createdAt

createdAt: string | null

data

data: LogData[T]

deviceUids

deviceUids: IDeviceUids[]

failedDeviceUids

failedDeviceUids: string[]

filter

filter: IFilter

Optional finishedAt

finishedAt: string | null

Optional isDraft

isDraft: undefined | false | true

Optional isRunning

isRunning: undefined | false | true

name

name: string | null

operationType

operationType: T

organizationUids

organizationUids: string[]

Optional pausedAt

pausedAt: string | null

progress

progress: { failed: number; inProgress: number; succeeded: number; total: number }

Type declaration

  • failed: number
  • inProgress: number
  • succeeded: number
  • total: number

Optional resumedAt

resumedAt: string | null

Optional rollingUpdate

rollingUpdate: IRollingUpdate

Optional schedule

schedule: undefined | { datetime: Date; deferFilter?: undefined | false | true; timezone: string }

skippedDeviceUids

skippedDeviceUids: string[]

Optional stoppedAt

stoppedAt: string | null

successfulDeviceUids

successfulDeviceUids: string[]

uid

uid: string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Protected property
  • Static property

Generated using TypeDoc