FileToken Table
Topic Last Modified: 2011-01-27
The FileToken table contains temporary tokens for file transfer purposes.
Columns
Column | Type | Description |
---|---|---|
fileToken |
nvarchar (50), not null |
Unique token (a GUID). |
fileTokenUserID |
int, not null |
ID of the principal that is transferring the file. |
fileTokenChannelID |
uuid, not null |
GUID of the chat room node. |
fileTokenExpireTime |
datetime, not null |
Expiration time. (Tokens expire after 30 minutes.) |
Keys
Column | Description |
---|---|
fileToken |
Primary key. |
fileTokenChannelID |
Foreign key with lookup in Node.nodeGuid table. |