The type of the storage data, defaults to IStorageData
.
Optional
storageSchema: TStorageSchema<T>The schema containing the storage’s unique name and optional properties to override.
The unique identifier of the storage to override, matching IStorageSchema<T>["storageName"]
.
The updated storage schema as applied by the swarm’s storage schema service.
Overrides an existing storage schema in the swarm system with a new or partial schema. This function updates the configuration of a storage identified by its
storageName
, applying the provided schema properties. It operates outside any existing method or execution contexts to ensure isolation, leveragingbeginContext
for a clean execution scope. Logs the override operation if logging is enabled in the global configuration.