Package | Description |
---|---|
com.microsoft.azure.storage.queue |
This package contains the storage service queue classes.
|
Modifier and Type | Method and Description |
---|---|
static MessageUpdateFields |
MessageUpdateFields.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageUpdateFields[] |
MessageUpdateFields.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudQueue.updateMessage(CloudQueueMessage message,
int visibilityTimeoutInSeconds,
EnumSet<MessageUpdateFields> messageUpdateFields,
QueueRequestOptions options,
OperationContext opContext)
Updates a message in the queue, using the specified request options and operation context.
|
Copyright © 2019. All rights reserved.