Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryGetPropertiesHeaders

Package version

Defines headers for Directory_getProperties operation.

Hierarchy

  • DirectoryGetPropertiesHeaders

Index

Properties

Optional date

date: Date

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

Optional errorCode

errorCode: undefined | string

Error Code

Optional etag

etag: undefined | string

The ETag contains a value that you can use to perform operations conditionally, in quotes.

Optional fileAttributes

fileAttributes: undefined | string

Attributes set for the directory.

Optional fileChangeOn

fileChangeOn: Date

Change time for the directory.

Optional fileCreatedOn

fileCreatedOn: Date

Creation time for the directory.

Optional fileId

fileId: undefined | string

The fileId of the directory.

Optional fileLastWriteOn

fileLastWriteOn: Date

Last write time for the directory.

Optional fileParentId

fileParentId: undefined | string

The parent fileId of the directory.

Optional filePermissionKey

filePermissionKey: undefined | string

Key of the permission set for the directory.

Optional isServerEncrypted

isServerEncrypted: undefined | false | true

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.

Optional lastModified

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.

Optional metadata

metadata: undefined | {}

A set of name-value pairs that contain metadata for the directory.

Optional requestId

requestId: undefined | string

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

Optional version

version: undefined | string

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

Generated using TypeDoc