Optional
providerId: TStorageProviderOptional
candidate: AccessCandidateDelete a resource from the storage
The name or smythfs:// uri of the resource to delete
SmythFS URI of the deleted resource in the format (smythfs://
Check if a resource exists in the storage
The name or smythfs:// uri of the resource to check
true if the resource exists, false otherwise
Protected
initRead a resource from the storage
The name or smythfs:// uri of the resource to read
the resource data
Write a resource to the storage
The name or smythfs:// uri of the resource to write
The data to write to the resource
SmythFS URI of the written resource in the format (smythfs://
Base class for all SDK objects.
This class provides a base implementation for all SDK objects. It handles event emission, promise management, and initialization.
This object is used to ensure that an SRE instance is initialized, and if not, create one with default settings.