1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ScanOptions

ScanOptions

    Configuration options for controlling scan behavior.

    Properties

    • listConcurrency integer optional
      The concurrency level for list operations during the scan.
    • readConcurrency integer optional
      The concurrency level for read operations during the scan.
    • batchSize integer optional
      The batch size for processing resources during the scan.
    • readTimeout string optional
      The timeout duration for read operations, as a Go duration string (e.g., ’30s’, ‘5m’).