Package version:

Interface DirectoryGetPropertiesHeaders

Defines headers for Directory_getProperties operation.

interface DirectoryGetPropertiesHeaders {
    date?: Date;
    errorCode?: string;
    etag?: string;
    fileAttributes?: string;
    fileChangeOn?: Date;
    fileCreatedOn?: Date;
    fileId?: string;
    fileLastWriteOn?: Date;
    fileParentId?: string;
    filePermissionKey?: string;
    isServerEncrypted?: boolean;
    lastModified?: Date;
    metadata?: {
        [propertyName: string]: string;
    };
    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 that you can use to perform operations conditionally, 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 directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.

lastModified?: Date

Returns the date and time the Directory was last modified. Operations on files within the directory do not affect the last modified time of the directory.

metadata?: {
    [propertyName: string]: string;
}

A set of name-value pairs that contain metadata for 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.