Nuix · Schema

RescanEvidenceRepositoriesSettings

Settings when rescanning the case's evidence repositories.

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
depth integer Maximum depth of directories to be rescanned.
View JSON Schema on GitHub

JSON Schema

nuix-rest-rescanevidencerepositoriessettings.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-rescanevidencerepositoriessettings.json",
  "title": "RescanEvidenceRepositoriesSettings",
  "description": "Settings when rescanning the case's evidence repositories.",
  "type": "object",
  "properties": {
    "depth": {
      "type": "integer",
      "description": "Maximum depth of directories to be rescanned.",
      "format": "int32"
    }
  }
}