storage
Generated Reference
Managed storage providers, media operations, and file adapter plumbing surfaced by the root runtime. This page is generated from core/storage/index.ts against package version 0.8.3 on the 0.8 docs line.
Import
ts
import { createManagedStorageSystem } from '@system-core/core'Entry
| Field | Value |
|---|---|
| Import path | @system-core/core |
| Package export | . |
| Source entry | core/storage/index.ts |
| Exported symbols | 4 |
| Runtime file | ./dist/index.js |
| Types file | ./dist/index.d.ts |
Use This Surface When
- Use this when application code needs package-owned storage primitives via the root runtime.
- Keep media uploads and managed object storage behind the package boundary.
- Prefer this over framework-specific storage wrappers when the project already uses
createSystem().
Public Surface
Function
| Export | Kind | Source |
|---|---|---|
createManagedStorageSystem | function | core/storage/system.ts |
Interfaces
| Export | Kind | Source |
|---|---|---|
ManagedStorageSystem | interface | core/storage/system.ts |
ManagedStorageSystemOptions | interface | core/storage/system.ts |
ManagedStorageUploadResult | interface | core/storage/system.ts |