Enums§
- GetEvent
- Events emitted during a
get
operation. - Health
Check Event - Events emitted during a
health_check
operation. - Init
Progress Event - Events emitted during an
init
(initialization) operation. - Purge
Event - Events emitted during a
purge
operation (storage cleanup/verification). - PutEvent
- Sync
Event - Events emitted during a
sync
operation. - Task
Progress - Task
Result - Task
Status - Task
Type
Type Aliases§
- GetCallback
- Callback type used during
get
operations to report progress and allow cancellation. - Health
Check Callback - Callback type used during
health_check
operations to report progress and allow cancellation. - Init
Callback - Callback type used during initialization (
init
) operations to report progress and handle interactive prompts. - Purge
Callback - Callback type used during
purge
operations to report progress and allow cancellation. - PutCallback
- Sync
Callback - Callback type used during
sync
operations to report progress and allow cancellation.