public class CreateBatchOptions extends Object
Constructor and Description |
---|
CreateBatchOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getMaximumSizeInBytes()
Gets the maximum size to allow for the batch of messages, in bytes.
|
CreateBatchOptions |
setMaximumSizeInBytes(int maximumSizeInBytes)
Sets the maximum size for the batch of messages.
|
public CreateBatchOptions setMaximumSizeInBytes(int maximumSizeInBytes)
maximumSizeInBytes
- The maximum size to allow for the batch of messages.CreateBatchOptions
object.public int getMaximumSizeInBytes()
Copyright © 2020 Microsoft Corporation. All rights reserved.