Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobFilter

Package version

interface

An interface representing JobFilter. The OData filter to be used for jobs.

Hierarchy

  • JobFilter

Index

Properties

Properties

Optional jobType

jobType: undefined | string
member

{string} [jobType] Specifies the type of the jobs to be filtered. For e.g., "ScheduledBackup", "ManualBackup", "RestoreBackup", "CloneVolume", "FailoverVolumeContainers", "CreateLocallyPinnedVolume", "ModifyVolume", "InstallUpdates", "SupportPackageLogs", or "CreateCloudAppliance". Only 'Equality' operator can be used for this property.

Optional startTime

startTime: Date
member

{Date} [startTime] Specifies the start time of the jobs to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property.

Optional status

status: undefined | string
member

{string} [status] Specifies the status of the jobs to be filtered. For e.g., "Running", "Succeeded", "Failed" or "Canceled". Only 'Equality' operator is supported for this property.

Generated using TypeDoc