The raw source string of the processed UPC message.
The address of the client that sent the processed UPC to the server; the address is typically an IP address.
The clientID of the client that sent the processed UPC to the server.
The userID of the client that sent the processed UPC to the server. Available if the client is logged in only.
The number of milliseconds that elapsed between the time the server began processing the UPC message and the time the server completed processing the UPC message.
The UTC time at which the server finished processing the UPC message, in "milliseconds from January 1 1970"-format.
The UTC time at which the server began processing the UPC message, in "milliseconds from January 1 1970"-format.
The number of milliseconds that the message spent in the message queue before the server began processing it.
The UTC time at which the server queued the UPC message for processing, in "milliseconds from January 1 1970"-format.
A data container describing server-side processing-statistics for a single UPC message received and then processed by Union Server. UPCProcessingRecord objects are used by UPCStatsSnapshot and the ServerEvent.UPC_PROCESSED event.