Obliterate
Functions
- OmniClientRequestId omniClientObliterate(char const *url, bool obliterateCheckpoints, void *userData, OmniClientObliterateCallback callback)
Obliterate a path.
Typedefs
- OmniClientObliterateCallback
This is called with the result of omniClientObliterate .
Functions
-
OmniClientRequestId omniClientObliterate(char const *url, bool obliterateCheckpoints, void *userData, OmniClientObliterateCallback callback)
Obliterate a path.
Doesn’t support recursive removal, doesn’t support wildcards Supports branches / checkpoints Only empty folders can be obliterated
Note
If this function is called after omniClientShutdown, kInvalidRequestId will be returned, and the callback will not be called.
Typedefs
-
typedef void (*OmniClientObliterateCallback)(void *userData, OmniClientResult result)
This is called with the result of omniClientObliterate.