Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / Diff

Type Alias: Diff

Diff = object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:190

Properties

path

path: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:192


path_type

path_type: "common_prefix" | "object"

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:193


size_bytes?

optional size_bytes: number

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:197

represents the size of the added/changed/deleted entry


type

type: "added" | "removed" | "changed" | "conflict" | "prefix_changed"

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:191

Licensed under BUSL-1.1