public static interface Queue.DefinitionStages.WithSize
| Modifier and Type | Method and Description |
|---|---|
Queue.DefinitionStages.WithCreate |
withSizeInMB(long sizeInMB)
Specifies the maximum size of memory allocated for the queue.
|
Queue.DefinitionStages.WithCreate withSizeInMB(long sizeInMB)
sizeInMB - size in MB/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/