| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
| Modifier and Type | Field and Description |
|---|---|
static ListBlobsOptions |
ListBlobsOptions.DEFAULT
An object representing the default options: no details, prefix, or delimiter.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ContainersListBlobFlatSegmentResponse> |
ContainerURL.listBlobsFlatSegment(String marker,
ListBlobsOptions options)
Returns a single segment of blobs starting from the specified Marker.
|
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.