Interface uploadFileForBinaryAnalysisParams

interface uploadFileForBinaryAnalysisParams {
    chunkSize?: number;
    filePath: string;
    quickScan?: boolean;
    testId: string;
}

Properties

chunkSize?: number

The size of the chunks to read. 1000 MiB by default. Min 5MiB and max 2GiB.

filePath: string

Local path to the file to upload.

quickScan?: boolean

If True, will perform a quick scan of the Binary. Defaults to False (Full Scan). For details, please see the API documentation.

testId: string

Test ID to upload the file for.