Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryCreateHeaders

Package version

Defines headers for Create operation.

Hierarchy

  • DirectoryCreateHeaders

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

Optional etag

etag: undefined | string

The ETag contains a value which represents the version of the directory, 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 contents of the request are successfully encrypted using the specified algorithm, and false otherwise.

Optional lastModified

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.

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