Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileCreateHeaders

Package version

Defines headers for File_create operation.

Hierarchy

  • FileCreateHeaders

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 which represents the version of the file, in quotes.

Optional fileAttributes

fileAttributes: undefined | string

Attributes set for the file.

Optional fileChangeOn

fileChangeOn: Date

Change time for the file.

Optional fileCreatedOn

fileCreatedOn: Date

Creation time for the file.

Optional fileId

fileId: undefined | string

The fileId of the file.

Optional fileLastWriteOn

fileLastWriteOn: Date

Last write time for the file.

Optional fileParentId

fileParentId: undefined | string

The parent fileId of the file.

Optional filePermissionKey

filePermissionKey: undefined | string

Key of the permission set for the file.

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