コンテンツにスキップ

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?

optional batchSize: number

Defined in: src/core/repo.ts:2096

Batch size for download (default: 50)


oids?

optional oids: string[]

Defined in: src/core/repo.ts:2092

Object IDs to download (if omitted, auto-detect from ref)


ref?

optional ref: string

Defined in: src/core/repo.ts:2094

Git ref to get LFS objects for (branch, tag, or commit)


remote?

optional remote: string

Defined in: src/core/repo.ts:2098

Remote name (default: ‘origin’)