FileTransfers view

The FileTransfer view stores information about peer-to-peer file transfer sessions. This view was introduced in Microsoft Lync Server 2013.

Note

The FileTransfers view contains all of the columns in the SessionDetails view in addition the columns listed below.

Column Data Type Details
FileName
nvarchar(256)
Name of the file transferred.
Cookie
nvarchar(128)
Used to identify every follow-up message as being associated with this one.
FileIdentity
uniqueidentifier
Unique identifier to distinguish between file transfers involving the same file name.
Accept
bit
Can be TRUE or NULL. If TRUE, then Reject and Cancel will be NULL.
Reject
bit
Can be TRUE or NULL. If TRUE, then Accept and Cancel will be NULL.
Cancel
bit
Can be TRUE or NULL. If TRUE, then Accept and Reject will be NULL.