LfsPreDownloadOpts
このコンテンツはまだ日本語訳がありません。
LfsPreDownloadOpts =
object
Defined in: src/core/repo.ts:2090
Options for LFS pre-download (§10.3)
Pre-download allows fetching LFS objects before checkout, useful for controlled large file management.
Properties
batchSize?
optionalbatchSize:number
Defined in: src/core/repo.ts:2096
Batch size for download (default: 50)
oids?
optionaloids:string[]
Defined in: src/core/repo.ts:2092
Object IDs to download (if omitted, auto-detect from ref)
ref?
optionalref:string
Defined in: src/core/repo.ts:2094
Git ref to get LFS objects for (branch, tag, or commit)
remote?
optionalremote:string
Defined in: src/core/repo.ts:2098
Remote name (default: ‘origin’)