Share via


FileGetSymbolicLinkHeaders interface

Defines headers for File_getSymbolicLink operation.

Properties

clientRequestId

If a client request id header is sent in the request, this header will be present in the response with the same value.

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.

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.

linkText

The path to the original file, the symbolic link is pointing to. The path is of type string which is not resolved and is stored as is. The path can be absolute path or the relative path depending on the content stored in the symbolic link file.

requestId

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

clientRequestId

If a client request id header is sent in the request, this header will be present in the response with the same value.

clientRequestId?: string

Property Value

string

date

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

date?: Date

Property Value

Date

etag

The ETag contains a value which represents the version of the file, in quotes.

etag?: string

Property Value

string

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?: Date

Property Value

Date

linkText

The path to the original file, the symbolic link is pointing to. The path is of type string which is not resolved and is stored as is. The path can be absolute path or the relative path depending on the content stored in the symbolic link file.

linkText?: string

Property Value

string

requestId

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

requestId?: string

Property Value

string

version

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

version?: string

Property Value

string