CloudSqlite.startCloudPrefetch Function
Begin prefetching all blocks for a database in a CloudContainer in the background.
startCloudPrefetch(container: CloudSqlite.CloudContainer, dbName: string, args?: CloudSqlite.PrefetchProps): CloudSqlite.CloudPrefetch
| Parameter | Type | Description |
|---|---|---|
| container | CloudSqlite.CloudContainer | |
| dbName | string | |
| args | CloudSqlite.PrefetchProps |
Returns - CloudSqlite.CloudPrefetch
Defined in
- core/backend/src/CloudSqlite.ts Line 138
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.