PersistentAI API Documentation / @persistent-ai/fireflow-vfs / generated/lakefs/types.gen / ImportLocation
Type Alias: ImportLocation
ImportLocation =
object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:861
Properties
destination
destination:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:876
Destination for the imported objects on the branch. Must be a relative path to the branch. If the type is an 'object', the destination is the exact object name under the branch. If the type is a 'common_prefix', the destination is the prefix under the branch.
path
path:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:869
A source location to a 'common_prefix' or to a single object. Must match the lakeFS installation blockstore type.
type
type:
"common_prefix"|"object"
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:865
Path type, can either be 'common_prefix' or 'object'