Package version:

Defines headers for File_create operation.

interface FileCreateHeaders {
    date?: Date;
    errorCode?: string;
    etag?: string;
    fileAttributes?: string;
    fileChangeOn?: Date;
    fileCreatedOn?: Date;
    fileId?: string;
    fileLastWriteOn?: Date;
    fileParentId?: string;
    filePermissionKey?: string;
    isServerEncrypted?: boolean;
    lastModified?: Date;
    posixProperties?: FilePosixProperties;
    requestId?: string;
    version?: string;
}

Properties

date?: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

errorCode?: string

Error Code

etag?: string

The ETag contains a value which represents the version of the file, in quotes.

fileAttributes?: string

Attributes set for the file.

fileChangeOn?: Date

Change time for the file.

fileCreatedOn?: Date

Creation time for the file.

fileId?: string

The fileId of the file.

fileLastWriteOn?: Date

Last write time for the file.

fileParentId?: string

The parent fileId of the file.

filePermissionKey?: string

Key of the permission set for the file.

isServerEncrypted?: boolean

The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.

lastModified?: Date

Returns the date and time the share was last modified. Any operation that modifies the directory or its properties updates the last modified time. Operations on files do not affect the last modified time of the directory.

posixProperties?: FilePosixProperties

Properties of NFS files.

requestId?: string

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

version?: string

Indicates the version of the File service used to execute the request.