Skip to main content

StorageManagerState

Durable actor state for StorageManager

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
userIdstringOptionalIdentifier of the user associated with the operation.
foldersMap from string to FolderInfoOptionalPath -> FolderInfo.
filesMap from string to FileInfoOptionalPath -> FileInfo.
totalSizeBytesstring (int64)OptionalCombined size of the represented files, in bytes. Pattern: ^-?\d+$.
quotaBytesstring (int64)OptionalStorage capacity allocated to the user, in bytes. Pattern: ^-?\d+$.
totalFileCountinteger (int32)OptionalNumber of files tracked in the storage state. Minimum: -2147483648. Maximum: 2147483647.
totalFolderCountinteger (int32)OptionalNumber of folders tracked in the storage state. Minimum: -2147483648. Maximum: 2147483647.
createdAtstringOptionalWhen user's storage was initialized.
lastModifiedstringOptionalLast modification timestamp.

Where used​

ReferenceRelationship
Get storage statePOST /api/v1/storage/get-state

Download the public reference contract.

Document: DOC-API-MODEL-storage-manager-state.