QueuesSegmentOptions Class
- java.
lang. Object - com.
azure. storage. queue. models. QueuesSegmentOptions
- com.
public final class QueuesSegmentOptions
A set of options for selecting queues from Storage Queue service.
- Providing getPrefix() will filter QueueItem that begin with the prefix.
- Providing getMaxResultsPerPage() will limit the number of QueueItem returned in a single page.
- Setting isIncludeMetadata() to true will include the metadata of each QueueItem, if false getMetadata() metadata} for each queue will be
null
.
Constructor | Description |
---|---|
Queues |
Creates an instance of the Queues |
Modifier and Type | Method and Description |
---|---|
Integer |
get Gets the maximum number of queues to include in a single response |
String |
get Gets the prefix that a queue must match to be included in the listing |
boolean |
is Gets the status of including queue metadata when listing queues |
Queues |
set Sets the status of including queue metadata when listing queues |
Queues |
set Sets the maximum number of queues to include in a single response |
Queues |
set Sets the prefix that a queue must match to be included in the listing |
Methods inherited from java.lang.Object
QueuesSegmentOptions
public QueuesSegmentOptions()
Creates an instance of the QueuesSegmentOptions.
getMaxResultsPerPage
public Integer getMaxResultsPerPage()
Gets the maximum number of queues to include in a single response
Returns:
getPrefix
public String getPrefix()
Gets the prefix that a queue must match to be included in the listing
Returns:
isIncludeMetadata
public boolean isIncludeMetadata()
Gets the status of including queue metadata when listing queues
Returns:
setIncludeMetadata
public QueuesSegmentOptions setIncludeMetadata(boolean includeMetadata)
Sets the status of including queue metadata when listing queues
Parameters:
Returns:
setMaxResultsPerPage
public QueuesSegmentOptions setMaxResultsPerPage(Integer maxResultsPerPage)
Sets the maximum number of queues to include in a single response
Parameters:
Returns:
setPrefix
public QueuesSegmentOptions setPrefix(String prefix)
Sets the prefix that a queue must match to be included in the listing
Parameters:
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: