ShareFileUploadRangeOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional parameters for uploading a file range with UploadRange(HttpRange, Stream, ShareFileUploadRangeOptions, CancellationToken).
public class ShareFileUploadRangeOptions
type ShareFileUploadRangeOptions = class
Public Class ShareFileUploadRangeOptions
- Inheritance
-
ShareFileUploadRangeOptions
Constructors
ShareFileUploadRangeOptions() |
Properties
Conditions |
Optional ShareFileRequestConditions to add conditions on the upload of this file range. |
FileLastWrittenMode |
Optional. Specifies if the file last write time should be set to the current time, or the last write time currently associated with the file should be preserved. |
ProgressHandler |
Optional IProgress<T> to provide progress updates about data transfers. |
TransferValidation |
Optional override settings for this client's TransferValidation settings. hashing on uploads. |