ISQSMessage
Interface in AWS.SQS
Interface for an SQS message.
Properties
Attributes
property Attributes: TDictionary<string, string>
Body
property Body: string
The message content.
MD5OfBody
property MD5OfBody: string
An MD5 digest of the body string.
MD5OfMessageAttributes
property MD5OfMessageAttributes: string
An MD5 digest of the message attributes.
MessageAttributes
property MessageAttributes: TDictionary<string, ISQSMessageAttributeValue>
Type: ISQSMessageAttributeValue
MessageId
property MessageId: string
A unique identifier for the message.
A MessageId is considered unique across all AWS accounts for an extended period of time.
ReceiptHandle
property ReceiptHandle: string
An identifier associated with the act of receiving the message.
A new receipt handle is returned for each receipt of a message.
Methods
GetMD5OFBody
function GetMD5OFBody: string;
Getter method for MD5OfBody.
Returns
String value for MD5OfBody.