Expand description
File write options, handles, outcomes, and facade operation objects.
Structs§
- Async
File Writer - Type-erased asynchronous provider write session associated with a file.
- Async
Write AllOperation - Owning asynchronous whole-file write that survives cancellation.
- Async
Write AllOperation Failure - Error returned by an owning asynchronous whole-file write.
- File
Writer - Type-erased provider write session explicitly associated with a file.
- Rejected
Async Writer - Isolated cleanup ownership after a provider returned an invalid identity.
- Rejected
Writer - Isolated cleanup ownership after a provider returned an invalid identity.
- Write
AllFailure - A whole-file write failure retaining the recoverable writer when available.
- Write
Failure - Write error paired with provider-confirmed publication progress.
- Write
Options - Options controlling a write operation.
Enums§
- Async
Write AllOperation State - Lifecycle state of an owning asynchronous whole-file write.
- Async
Writer Recovery - A retained session that is either validated or restricted to explicit cleanup.
- Write
Abort Outcome - Provider-confirmed destination state after writer cleanup completes.
- Write
Disposition - How opening a writer treats an existing destination.
- Write
Failure State - Provider-confirmed recovery state when a write commit fails.
- Write
Precondition - Version precondition applied to a write operation.
- Writer
Recovery - A retained session that is either validated or restricted to explicit cleanup.
- Writer
State - Observable lifecycle state of a synchronous or asynchronous file writer.