Huggingface.js documentation

Interface: ListFileEntry

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: ListFileEntry

Properties

lastCommit

Optional lastCommit: Object

Only fetched if expand is set to true in the listFiles call.

Not available for bucket repos, use uploadedAt instead.

Type declaration

Name Type
date string
id string
title string

Defined in

packages/hub/src/lib/list-files.ts:32


lfs

Optional lfs: Object

Type declaration

Name Type Description
oid string -
pointerSize number Size of the raw pointer file, 100~200 bytes
size number -

Defined in

packages/hub/src/lib/list-files.ts:17


oid

Optional oid: string

Not available for bucket repos.

Defined in

packages/hub/src/lib/list-files.ts:16


path

path: string

Defined in

packages/hub/src/lib/list-files.ts:12


securityFileStatus

Optional securityFileStatus: unknown

Only fetched if expand is set to true in the listFiles call.

Defined in

packages/hub/src/lib/list-files.ts:46


size

size: number

Defined in

packages/hub/src/lib/list-files.ts:11


type

type: "unknown" | "file" | "directory"

Defined in

packages/hub/src/lib/list-files.ts:10


uploadedAt

Optional uploadedAt: string

Only fetched if expand is set to true in the listFiles call.

Only available for bucket repos.

Defined in

packages/hub/src/lib/list-files.ts:42


xetHash

Optional xetHash: string

Xet-backed hash, a new protocol replacing LFS for big files.

Defined in

packages/hub/src/lib/list-files.ts:26

Update on GitHub