FileSystemListPathsHeaders interface

Defines headers for FileSystem_listPaths operation.

Properties

continuation

If the number of paths to be listed exceeds the maxResults limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the list operation to continue listing the paths.

date

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

errorCode

Error Code

etag

An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not.

lastModified

The data and time the filesystem was last modified. Changes to filesystem properties update the last modified time, but operations on files and directories do not.

requestId

A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.

version

The version of the REST protocol used to process the request.

Property Details

continuation

If the number of paths to be listed exceeds the maxResults limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the list operation to continue listing the paths.

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

errorCode

Error Code

errorCode?: string

Property Value

string

etag

An HTTP entity tag associated with the filesystem. Changes to filesystem properties affect the entity tag, but operations on files and directories do not.

etag?: string

Property Value

string

lastModified

The data and time the filesystem was last modified. Changes to filesystem properties update the last modified time, but operations on files and directories do not.

lastModified?: Date

Property Value

Date

requestId

A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.

requestId?: string

Property Value

string

version

The version of the REST protocol used to process the request.

version?: string

Property Value

string