| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsHierarchyResponse |
GeneratedContainers.listBlobHierarchySegment(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.Maybe<ListBlobsHierarchyResponse> |
GeneratedContainers.listBlobHierarchySegmentAsync(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.
|
com.microsoft.rest.v2.ServiceFuture<ListBlobsHierarchyResponse> |
GeneratedContainers.listBlobHierarchySegmentAsync(String delimiter,
String prefix,
String marker,
Integer maxresults,
List<ListBlobsIncludeItem> include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListBlobsHierarchyResponse> serviceCallback)
[Update] The List Blobs operation returns a list of the blobs under the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.v2.ServiceFuture<ListBlobsHierarchyResponse> |
GeneratedContainers.listBlobHierarchySegmentAsync(String delimiter,
String prefix,
String marker,
Integer maxresults,
List<ListBlobsIncludeItem> include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListBlobsHierarchyResponse> serviceCallback)
[Update] The List Blobs operation returns a list of the blobs under the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsHierarchyResponse |
ContainersListBlobHierarchySegmentResponse.body() |
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withBlobs(BlobHierarchyList blobs)
Set the blobs value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withContainerName(String containerName)
Set the containerName value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withDelimiter(String delimiter)
Set the delimiter value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withMarker(String marker)
Set the marker value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withMaxResults(int maxResults)
Set the maxResults value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withPrefix(String prefix)
Set the prefix value.
|
ListBlobsHierarchyResponse |
ListBlobsHierarchyResponse.withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
| Constructor and Description |
|---|
ContainersListBlobHierarchySegmentResponse(int statusCode,
ContainersListBlobHierarchySegmentHeaders headers,
Map<String,String> rawHeaders,
ListBlobsHierarchyResponse body)
Creates an instance of ContainersListBlobHierarchySegmentResponse.
|
Copyright © 2018. All rights reserved.