@nogoo9/mcp-server-cloud-fs / VfsStat
Interface: VfsStat
Defined in: vfs.ts:25
Metadata for a single VFS object (analogous to POSIX stat).
Properties
contentType?
optionalcontentType?:string
Defined in: vfs.ts:28
etag?
optionaletag?:string
Defined in: vfs.ts:30
Content-addressable entity tag (SHA-256 hash).
lastModified
lastModified:
Date
Defined in: vfs.ts:27
size
size:
number
Defined in: vfs.ts:26
