FileTransfers ビューFileTransfers view
FileTransfer ビューには、ピアツーピアファイル転送セッションに関する情報が格納されます。The FileTransfer view stores information about peer-to-peer file transfer sessions. このビューは、Microsoft Lync Server 2013 で導入されました。This view was introduced in Microsoft Lync Server 2013.
注意
FileTransfers ビューには、以下の列に加えて 、SessionDetails ビューのすべての列が含まれます。The FileTransfers view contains all of the columns in the SessionDetails view in addition the columns listed below.
列Column | データ型Data Type | 詳細Details |
---|---|---|
FileNameFileName |
nvarchar(256)nvarchar(256) |
送信されたファイルの名前です。Name of the file transferred. |
クッキーCookie |
nvarchar(128)nvarchar(128) |
すべてのフォローアップ メッセージをこれに関連付けられたものとして識別するために使用します。Used to identify every follow-up message as being associated with this one. |
FileIdentityFileIdentity |
uniqueidentifieruniqueidentifier |
同じファイル名が使用されているファイル送信を区別するための一意の識別子です。Unique identifier to distinguish between file transfers involving the same file name. |
AcceptAccept |
bitbit |
TRUE または NULL。TRUE の場合は、Reject と Cancel が NULL になります。Can be TRUE or NULL. If TRUE, then Reject and Cancel will be NULL. |
RejectReject |
bitbit |
TRUE または NULL。TRUE の場合は、Accept と Cancel が NULL になります。Can be TRUE or NULL. If TRUE, then Accept and Cancel will be NULL. |
CancelCancel |
bitbit |
TRUE または NULL。TRUE の場合は、Accept と Reject が NULL になります。Can be TRUE or NULL. If TRUE, then Accept and Reject will be NULL. |