base/bif/storage.bif.zeek
- GLOBAL
- Storage
Functions related to general storage operations. These are not specific to async or sync.
- Namespaces:
GLOBAL, Storage
Summary
Functions
Checks whether a storage backend was opened in forced-synchronous mode. |
|
Checks whether a storage backend is open. |
Detailed Interface
Functions
- Storage::is_forced_sync
-
Checks whether a storage backend was opened in forced-synchronous mode.
- Parameters:
backend – A handle to the backend to check.
- Returns:
T if the forced_synchronous option was set to T, F otherwise or if the handle is invalid.