| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ServiceListContainersSegmentResponse> |
GeneratedServices.listContainersSegmentWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
ListContainersIncludeType include,
Integer timeout,
String requestId)
The List Containers Segment operation returns a list of the containers under the specified account.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ServiceListContainersSegmentResponse> |
ServiceURL.listContainersSegment(String marker,
ListContainersOptions options,
com.microsoft.rest.v2.Context context)
Returns a single segment of containers starting from the specified Marker.
|
This documentation was released into the public domain.