@nogoo9/mcp-server-cloud-fs / providers/interface / ObjectMetadata
Interface: ObjectMetadata
Defined in: providers/interface.ts:124
Extended metadata for a cloud object, including custom headers and tags.
Extends
Properties
contentType?
optionalcontentType?:string
Defined in: providers/interface.ts:34
MIME type, if known.
Inherited from
etag?
optionaletag?:string
Defined in: providers/interface.ts:36
Entity tag (content hash), if available.
Inherited from
key
key:
string
Defined in: providers/interface.ts:28
Object key relative to the root prefix.
Inherited from
lastModified
lastModified:
Date
Defined in: providers/interface.ts:32
Last modification timestamp.
Inherited from
metadata
metadata:
Record<string,string>
Defined in: providers/interface.ts:126
Custom metadata headers (e.g. x-amz-meta-*).
size
size:
number
Defined in: providers/interface.ts:30
Size in bytes.
Inherited from
tags
tags:
Record<string,string>
Defined in: providers/interface.ts:128
Object tags (key-value pairs for classification).
