Field |
Type |
Defaults |
Nulls? |
Comments |
identifier |
numeric - Identity |
None |
No |
Unique ID for an entry. |
createdDate |
datetime |
None |
No |
The original creation data/time for the entry. |
modifiedDate |
datetime |
None |
No |
The last modified date/time for the entry. |
version |
numeric (19) |
None |
No |
The version number for the entry. |
sentNotification |
tinyint |
None |
No |
Whether or not the dispatch resulted in a download notification being sent to the sender. |
localAddress |
nvarchar (256) |
None |
Yes |
The IP address of the local socket endpoint. |
localPort |
int |
None |
Yes |
The port number of the local socket endpoint. |
remoteAddress |
nvarchar (256) |
None |
Yes |
The IP address of the remote socket endpoint. |
remotePort |
int |
None |
Yes |
The port number of the remote socket endpoint. |
throughDmz |
tinyint |
None |
No |
Whether the creation of this dispatch was proxied through the DMZ gateway. |
userAgent |
nvarchar (4000) |
None |
Yes |
The browser user-agent string of the client the triggered the dispatch. |