Class ShareFileUploadRangeFromUriOptions
Optional parameters for UploadRangeFromUri(Uri, HttpRange, HttpRange, ShareFileUploadRangeFromUriOptions, CancellationToken).
public class ShareFileUploadRangeFromUriOptions
- Inheritance
-
ShareFileUploadRangeFromUriOptions
- Inherited Members
Constructors
ShareFileUploadRangeFromUriOptions()
public ShareFileUploadRangeFromUriOptions()
Properties
Conditions
Optional ShareFileRequestConditions to add conditions on creating the file.
public ShareFileRequestConditions Conditions { get; set; }
Property Value
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.
public FileLastWrittenMode? FileLastWrittenMode { get; set; }
Property Value
SourceAuthentication
Optional. Source authentication used to access the source blob.
public HttpAuthorization SourceAuthentication { get; set; }
Property Value
- HttpAuthorization