Interface: ListFileEntry
Properties
lastCommit
• Optional
lastCommit: Object
Only fetched if expand
is set to true
in the listFiles
call.
Type declaration
Name | Type |
---|---|
date | string |
id | string |
title | string |
Defined in
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
oid
• oid: string
Defined in
path
• path: string
Defined in
securityFileStatus
• Optional
securityFileStatus: unknown
Only fetched if expand
is set to true
in the listFiles
call.
Defined in
size
• size: number
Defined in
type
• type: "unknown"
| "file"
| "directory"