C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
HandleUploadInSessionStrategy.cs
Go to the documentation of this file.
2{
17}
HandleUploadInSessionStrategy
Behaviour to use if an existing upload is already in progress for an endpoint.
@ CancelPriorUpload
If any prior upload in progress is encountered, it will be deleted before beginning anew with the cur...
@ RaiseError
If any prior upload in progress is encountered, do not interfere and raise an UploadInProgress except...
@ AttemptResume
If any prior upload in progress is encountered, attempt to resume the upload starting at the offset w...