Package version:

Interface DirectoryForceCloseHandlesHeaders

Defines headers for Directory_forceCloseHandles operation.

interface DirectoryForceCloseHandlesHeaders {
    date?: Date;
    errorCode?: string;
    marker?: string;
    numberOfHandlesClosed?: number;
    numberOfHandlesFailedToClose?: number;
    requestId?: string;
    version?: string;
}

Properties

date?: Date

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

errorCode?: string

Error Code

marker?: string

A string describing next handle to be closed. It is returned when more handles need to be closed to complete the request.

numberOfHandlesClosed?: number

Contains count of number of handles closed.

numberOfHandlesFailedToClose?: number

Contains count of number of handles that failed to close.

requestId?: string

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

version?: string

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