MessageUpdateFields Enumeration (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
MessageUpdateFields Enumeration
Enumeration controlling the options for updating queue messages.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name Description Content
Update the message content.
Visibility
Update the message visibility timeout.
Return to top
Enumeration controlling the options for updating queue messages.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Syntax
Members
| Member name | Description | |
|---|---|---|
| Content | Update the message content. | |
| Visibility | Update the message visibility timeout. |