Table of Contents

Class ShareFileUploadRangeFromUriOptions

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll
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

ShareFileRequestConditions

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

FileLastWrittenMode?

SourceAuthentication

Optional. Source authentication used to access the source blob.

public HttpAuthorization SourceAuthentication { get; set; }

Property Value

HttpAuthorization