| 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<ContainersListBlobHierarchySegmentResponse> |
GeneratedContainers.listBlobHierarchySegmentWithRestResponseAsync(String delimiter,
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<ContainersListBlobHierarchySegmentResponse> |
ContainerURL.listBlobsHierarchySegment(String marker,
String delimiter,
ListBlobsOptions options)
Returns a single segment of blobs and blob prefixes starting from the specified Marker.
|
Copyright © 2018. All rights reserved.