Package version:

Interface DirectorySetPropertiesHeaders

Defines headers for Directory_setProperties operation.

interface DirectorySetPropertiesHeaders {
    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 directory.

fileChangeOn?: Date

Change time for the directory.

fileCreatedOn?: Date

Creation time for the directory.

fileId?: string

The fileId of the directory.

fileLastWriteOn?: Date

Last write time for the directory.

fileParentId?: string

The parent fileId of the directory.

filePermissionKey?: string

Key of the permission set for the directory.

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 directory 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.