Message Object
Contains information about a message in the transaction logs.
This object is used by the following operations:
- Operations that reference the Messages object
The properties included in the Message object are listed below.
Property | Type | Description |
---|---|---|
MessageName | string | Name of the activity. |
MessageCapturedTime | dateTime | The time that the message was read. |
TransportHeaders | string | Information about the HTTP headers for the message. |
MessageBody | string | The message body. |
Category | string | The activity type. Gives more information about the message; for example, whether it is an invoke activity or a script. |