Skip to main content

Interface: ITaskQueue

taskqueue.v1.ITaskQueue

Properties of a TaskQueue.

Hierarchy

Properties

kind

Optional kind: null | TaskQueueKind

Default: TASK_QUEUE_KIND_NORMAL.

Inherited from

$Properties.kind


name

Optional name: null | string

TaskQueue name

Inherited from

$Properties.name


normalName

Optional normalName: null | string

Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of the normal task queue that the sticky worker is running on.

Inherited from

$Properties.normalName