public final class CreateMessageBatchOptions extends Object
| Constructor and Description |
|---|
CreateMessageBatchOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximumSizeInBytes()
Gets the maximum size to allow for the batch of messages, in bytes.
|
CreateMessageBatchOptions |
setMaximumSizeInBytes(int maximumSizeInBytes)
Sets the maximum size for the batch of messages.
|
public CreateMessageBatchOptions setMaximumSizeInBytes(int maximumSizeInBytes)
maximumSizeInBytes - The maximum size to allow for the batch of messages.CreateMessageBatchOptions object.public int getMaximumSizeInBytes()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.