interface Download {
    Data: Buffer;
    Encoder: string;
    Exists: boolean;
    IsDir: boolean;
    Path: string;
    ReadFiles: number;
    Response?: commonpb.Response;
    Start: string;
    Stop: string;
    UnreadableFiles: number;
}

Properties

Data: Buffer
Encoder: string
Exists: boolean
IsDir: boolean
Path: string
ReadFiles: number
Response?: commonpb.Response
Start: string
Stop: string
UnreadableFiles: number