-
Notifications
You must be signed in to change notification settings - Fork 27
Add SentTimestamp to SQSMetadata #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from 2 commits
b4ec404
30e5da0
82a5a09
7cc3849
bfb2cfa
f53b53d
3648d4e
abe4d03
03b31a3
1ad13ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "Projects": [ | ||
| { | ||
| "Name": "AWS.Messaging", | ||
| "Type": "Patch", | ||
| "ChangelogMessages": [ | ||
| "Add SentTimestamp to SQSMetadata" | ||
| ] | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,11 @@ public class SQSMetadata | |
| /// </summary> | ||
| public string? MessageGroupId { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// The time at which the message was sent to the queue (epoch time in milliseconds). | ||
| /// </summary> | ||
| public string? SentTimestamp { get; set; } | ||
|
||
|
|
||
| /// <summary> | ||
| /// Each message attribute consists of a Name, Type, and Value.For more information, see Amazon SQS message attributes (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-attributes) | ||
| /// </summary> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.