MediaCollectionMeta
MediaCollectionMeta =
object
Defined in: packages/core/src/media/types.ts:14
Metadata attached to every media collection linking it to a specific storage adapter.
Set by defineMediaCollection() and tagged onto each collection by the
adapter when it processes its mediaCollections array. Core uses
storageAdapter to route upload, delete, and URL operations to the
correct adapter at runtime.
Properties
Section titled “Properties”storageAdapter
Section titled “storageAdapter”storageAdapter:
StorageAdapterSlug
Defined in: packages/core/src/media/types.ts:18
Which storage adapter this collection is linked to specifically. “convex” supported by default