TSQSMessage
Class in AWS.SQS
Implementation for an SQS message.
Ancestors
Properties
Attributes
property Attributes: TDictionary<string, string>
Body
property Body: string
MD5OfBody
property MD5OfBody: string
MD5OfMessageAttributes
property MD5OfMessageAttributes: string
MessageAttributes
property MessageAttributes: TDictionary<string, ISQSMessageAttributeValue>
Type: ISQSMessageAttributeValue
MessageId
property MessageId: string
ReceiptHandle
property ReceiptHandle: string
Fields
FAttributes
FAttributes: TDictionary<string, string>;
FBody
FBody: string;
FMD5OfBody
FMD5OfBody: string;
FMD5OfMessageAttributes
FMD5OfMessageAttributes: string;
FMessageAttributes
FMessageAttributes: TDictionary<string, ISQSMessageAttributeValue>;
FMessageId
FMessageId: string;
FReceiptHandle
FReceiptHandle: string;