Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientGetRepairTaskListOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientGetRepairTaskListOptionalParams

Index

Properties

Optional executorFilter

executorFilter: undefined | string

The name of the repair executor whose claimed tasks should be included in the list.

Optional stateFilter

stateFilter: undefined | number

A bitwise-OR of the following values, specifying which task states should be included in the result list.

  • 1 - Created
  • 2 - Claimed
  • 4 - Preparing
  • 8 - Approved
  • 16 - Executing
  • 32 - Restoring
  • 64 - Completed

Optional taskIdFilter

taskIdFilter: undefined | string

The repair task ID prefix to be matched.

Generated using TypeDoc