| 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<ContainerListBlobFlatSegmentResponse> |
GeneratedContainers.listBlobFlatSegmentWithRestResponseAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
List<ListBlobsIncludeItem> include,
Integer timeout,
String requestId)
[Update] The List Blobs operation returns a list of the blobs under the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ContainerListBlobFlatSegmentResponse> |
ContainerURL.listBlobsFlatSegment(String marker,
ListBlobsOptions options,
com.microsoft.rest.v2.Context context)
Returns a single segment of blobs starting from the specified Marker.
|
This documentation was released into the public domain.