ScanEstimates

open_in_new

GraphQL Schema definition

  • type ScanEstimates {
  • manifestBytes: Long
  • scanBytes: Long
  • # Returns number of scans for the given model
  • #
  • # Arguments
  • # ignoreFailed: Do not include failed or unknown state scans in
  • # the count.
  • # Default: true
  • scanCount(ignoreFailed: Boolean): Int
  • }