interface UploadReq {
    Data: Buffer;
    Encoder: string;
    FileName: string;
    IsDirectory: boolean;
    IsIOC: boolean;
    Overwrite: boolean;
    Path: string;
    Request?: commonpb.Request;
}

Properties

Data: Buffer
Encoder: string
FileName: string
IsDirectory: boolean
IsIOC: boolean
Overwrite: boolean
Path: string
Request?: commonpb.Request