Skip to main content

StorageMetadata

Represents the base model for storage metadata.

It contains common fields shared across all specific storage types.

Hierarchy

Index

Properties

accessed_at

accessed_at: datetime

The timestamp when the storage was last accessed.

created_at

created_at: datetime

The timestamp when the storage was created.

id

id: str

The unique identifier of the storage.

model_config

model_config: Undefined

modified_at

modified_at: datetime

The timestamp when the storage was last modified.

name

name: str | None

The name of the storage.