Files
2026-07-13 12:33:44 +08:00

1.7 KiB

@redeye/parser-core / ParserFile

Interface: ParserFile

Table of contents

Properties

Properties

dateTime

dateTime: Date

The date time the file was created or modified

Example

dateTime = new Date('2021-01-01T00:00:00.000Z');

Defined in

parser-beacon.ts:137


fileFlag

fileFlag: "DOWNLOAD" | "UPLOAD"

Was this file uploaded to the host or downloaded from the host

Defined in

parser-beacon.ts:146


fileName

Optional fileName: string

The name of the file if the local file name is different from the name of the file

Example

name = 'admin-list.txt';

Defined in

parser-beacon.ts:125


filePath

filePath: string

Path to the file that RedEye can access

Example

filePath = '<directory-of-parser>/files/file.txt';

Defined in

parser-beacon.ts:131


md5

Optional md5: string

The MD5 hash of the file

Defined in

parser-beacon.ts:141