[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-03-26

Each record represents one file transfer session.

Column Data Type Key/Index Details

SessionIdTime

datetime

Primary, Foreign

Time of session request; used in conjunction with SessionIdSeq to uniquely identify a session. Reference to the Dialogs Table.

SessionIdSeq

int

Primary, Foreign

ID number to identify the session. Used in conjunction with SessionIdTime to uniquely identify a session. Reference to the Dialogs Table.

FileName

nvarchar(256)

 

 

Cookie

Nvarchar(128)

Primary

Used to identify every follow-up message as being associated with this one.

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.