Worker Storage
Interfaces
Interfaces
Env
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
R2_STORAGE | R2Bucket | Yes | |
DB | D1Database | Yes | |
ENVIRONMENT | string | Yes | |
CLIENT_AUTH_TOKEN | string | Yes |
AuthResult
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
valid | boolean | Yes | |
domainId | string | undefined | No | |
error | string | undefined | No |
StorageDocument
CreateDocumentRequest
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
id | string | undefined | No | |
data | any | No | |
version | number | undefined | No |
UpdateDocumentRequest
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
data | any | No |
CreateCollectionRequest
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
version | number | undefined | No |
CollectionInfo
Properties:
| Property | Type | Required | Description |
|---|---|---|---|
name | string | Yes | |
version | number | Yes | |
domainId | string | Yes | |
documentCount | number | Yes | |
totalSize | number | Yes | |
createdAt | number | Yes | |
lastAccessed | number | Yes |