Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines the options that can be sent into the list data sets matching function

Hierarchy

  • {}
    • IDsmListOptions

Index

Properties

Optional excludePatterns

excludePatterns: string[]

Exclude data sets that match these DSLEVEL patterns. Any data sets that match this pattern will not be listed

example

"ibmuser.*.jcl, ibmuser.rexa."

Optional maxConcurrentRequests

maxConcurrentRequests: number

The maximum REST requests to perform at once Increasing this value results in faster requests but increases resource consumption on z/OS and risks encountering an error caused by making too many requests at once. Default: 1

Optional task

Task status object used by CLI handlers to create progress bars Optional

Generated using TypeDoc