ShareFileStorageResourceOptions Class

Definition

Optional parameters for all File Share Storage resource types.

public class ShareFileStorageResourceOptions
type ShareFileStorageResourceOptions = class
Public Class ShareFileStorageResourceOptions
Inheritance
ShareFileStorageResourceOptions

Constructors

ShareFileStorageResourceOptions()

Constructor for ShareFileStorageResourceOptions.

Properties

CacheControl

Optional. Sets the Cache Control header which specifies directives for caching mechanisms.

By default preserves the Cache Control from the source.

Applies to upload and copy transfers.

ContentDisposition

Optional. Sets the Content Disposition header which conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified.

By default preserves the Content Disposition from the source.

Applies to upload and copy transfers.

ContentEncoding

Optional. Sets the Content Encoding header which specifies which content encodings have been applied to the blob. This value is returned to the client when the Get Blob operation is performed on the blob resource. The client can use this value when returned to decode the blob content.

By default preserves the Content Encoding from the source.

Applies to upload and copy transfers.

ContentLanguage

Optional. Sets the Content Language header which specifies the natural languages used by this resource.

By default preserves the Content Language from the source.

Applies to upload and copy transfers.

ContentType

Optional. Sets the Content Type header which specifies the MIME content type of the blob.

By default preserves the Content Type from the source.

Applies to upload and copy transfers.

DestinationConditions

Optional. See ShareFileRequestConditions. Access conditions on the copying of data to this share file.

Applies to copy and upload transfers.

DirectoryMetadata

Optional. Defines custom metadata to set on the destination resource.

Applies to upload and copy transfers.

Preserves Metadata from the source by default.

FileAttributes

The file system attributes for this file.

By default preserves the File Attributes from the source.

FileChangedOn

The change time of the file.

By default preserves the File Changed On Time from the source.

FileCreatedOn

The creation time of the file.

By default preserves the File Created On Time from the source.

FileLastWrittenOn

The last write time of the file.

By default preserves the File Last Written On Time from the source.

FileMetadata

Optional. Defines custom metadata to set on the destination resource.

Applies to upload and copy transfers.

Preserves Metdata from the source by default.

FilePermissions

The key of the file permission.

By default the permission key will not be preserved from the source Share to the destination Share.

SourceConditions

Optional. See ShareFileRequestConditions. Access conditions on the copying of data from this source storage resource share file.

Applies to copy and download transfers.

Applies to