Skip to content

@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?

optional contentType?: string

Defined in: vfs.ts:28


etag?

optional etag?: 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

Released under the PolyForm Shield 1.0.0 License.