FileListDocument: {
    absolute_path: string | null;
    DATA: FileDocument[];
    DATA_TYPE: "file_list";
    endpoint: string;
    length: number;
    path: string;
    rename_supported: boolean;
    symlink_supported: boolean;
    total: number;
}

Type declaration

  • Readonlyabsolute_path: string | null
  • ReadonlyDATA: FileDocument[]
  • ReadonlyDATA_TYPE: "file_list"
  • Readonlyendpoint: string
  • Readonlylength: number

    n.b. This is currently included in responses, but undocumented; use with care.

  • Readonlypath: string
  • Readonlyrename_supported: boolean
  • Readonlysymlink_supported: boolean
  • Readonlytotal: number

    n.b. This is currently included in responses, but undocumented; use with care.