interface FileOpenOptions {
    host?: string;
    max_read_size?: number;
    superuser?: string;
}

Properties

host?: string
max_read_size?: number
superuser?: string