Creates a new HideAction for the given relative path.
Path relative to the sync root.
Callback that creates the hide marker.
ReadonlyrelativePath relative to the sync root.
ReadonlysizeSize in bytes of the file, or 0 for metadata-only actions.
ReadonlytypeThe kind of action.
Hides the file (unless dryRun) and returns a 'hide' event.
Whether to simulate the action without making changes.
Optionalsignal: AbortSignalOptional abort signal for canceling the hide request.
A promise resolving to the sync event produced by the action.
Hides a file in B2 by creating a hide marker (soft delete).