PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / ObjectStats
Type Alias: ObjectStats
ObjectStats =
object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:96
Properties
checksum
checksum:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:116
content_type?
optionalcontent_type:string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:132
Object media type
metadata?
optionalmetadata:ObjectUserMetadata
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:128
mtime
mtime:
number
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:127
Unix Epoch in seconds
path
path:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:97
path_type
path_type:
"common_prefix"|"object"
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:98
physical_address
physical_address:
string
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:105
The location of the object on the underlying object store. Formatted as a native URI with the object store type as scheme ("s3://...", "gs://...", etc.) Or, in the case of presign=true, will be an HTTP URL to be consumed via regular HTTP GET
physical_address_expiry?
optionalphysical_address_expiry:number
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:115
If present and nonzero, physical_address is a pre-signed URL and will expire at this Unix Epoch time. This will be shorter than the pre-signed URL lifetime if an authentication token is about to expire.
This field is optional.
size_bytes?
optionalsize_bytes:number
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:123
The number of bytes in the object. lakeFS always populates this field when returning ObjectStats. This field is optional for the client to supply, for instance on upload.