ProvidedQueueMessage
Namespace: FSharp.Azure.StorageTypeProvider.Queue
Represents a single message that has been dequeued.
Record Fields
Record Field | Description |
AsBytes
Signature: Lazy<byte array>
|
Gets the contents of the message as a byte array.
|
AsString
Signature: Lazy<string>
|
Gets the contest of the message as a string.
|
DequeueCount
Signature: int
|
The number of times this message has been dequeued.
|
ExpirationTime
Signature: DateTimeOffset option
|
The time that this message will expire.
|
Id
Signature: ProvidedMessageId
|
The composite key of this message, containing both the message id and the pop receipt.
|
InsertionTime
Signature: DateTimeOffset option
|
The time that this message was inserted.
|
NextVisibleTime
Signature: DateTimeOffset option
|
The time that this message will next become visible.
|