FileRenameHeaders interface  
Defines headers for File_rename operation.
Properties
| date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. | 
| etag | The ETag contains a value which represents the version of the file, in quotes. | 
| file | Attributes set for the file. | 
| file | Change time for the file. | 
| file | Creation time for the file. | 
| file | The fileId of the file. | 
| file | Last write time for the file. | 
| file | The parent fileId of the directory. | 
| file | Key of the permission set for the file. | 
| is | 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. | 
| last | 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. | 
| request | This header uniquely identifies the request that was made and can be used for troubleshooting the request. | 
| version | Indicates the version of the File service used to execute the request. | 
Property Details
date
A UTC date/time value generated by the service that indicates the time at which the response was initiated.
date?: DateProperty Value
Date
etag
The ETag contains a value which represents the version of the file, in quotes.
etag?: stringProperty Value
string
		fileAttributes
	 
	Attributes set for the file.
fileAttributes?: stringProperty Value
string
		fileChangeTime
	  
	Change time for the file.
fileChangeTime?: DateProperty Value
Date
		fileCreationTime
	  
	Creation time for the file.
fileCreationTime?: DateProperty Value
Date
		fileId
	 
	The fileId of the file.
fileId?: stringProperty Value
string
		fileLastWriteTime
	   
	Last write time for the file.
fileLastWriteTime?: DateProperty Value
Date
		fileParentId
	  
	The parent fileId of the directory.
fileParentId?: stringProperty Value
string
		filePermissionKey
	  
	Key of the permission set for the file.
filePermissionKey?: stringProperty Value
string
		isServerEncrypted
	  
	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.
isServerEncrypted?: booleanProperty Value
boolean
		lastModified
	 
	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.
lastModified?: DateProperty Value
Date
		requestId
	 
	This header uniquely identifies the request that was made and can be used for troubleshooting the request.
requestId?: stringProperty Value
string
version
Indicates the version of the File service used to execute the request.
version?: stringProperty Value
string