Enum MessageUpdateFields
- Namespace
- Microsoft.WindowsAzure.Storage.Queue
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Enumeration controlling the options for updating queue messages.
[Flags]
public enum MessageUpdateFields
Fields
Content = 2
Update the message content.
Visibility = 1
Update the message visibility timeout.