| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob.implementation |
This package contains the blob.implementation classes for StorageClient.
|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsFlatResponse |
GeneratedContainers.listBlobFlatSegment(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.
|
io.reactivex.Maybe<ListBlobsFlatResponse> |
GeneratedContainers.listBlobFlatSegmentAsync(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<ListBlobsFlatResponse> |
GeneratedContainers.listBlobFlatSegmentAsync(String prefix,
String marker,
Integer maxresults,
List<ListBlobsIncludeItem> include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListBlobsFlatResponse> serviceCallback)
[Update] The List Blobs operation returns a list of the blobs under the specified container.
|
io.reactivex.Single<ContainersListBlobFlatSegmentResponse> |
GeneratedContainers.listBlobFlatSegmentWithRestResponseAsync(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.
|
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.
|
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.
|
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 |
|---|---|
List<ListBlobsIncludeItem> |
ListBlobsIncludeItemWrapper.items()
Get the List<ListBlobsIncludeItem> contained in this wrapper.
|
| Constructor and Description |
|---|
ListBlobsIncludeItemWrapper(List<ListBlobsIncludeItem> listBlobsIncludeItem)
Creates an instance of ListBlobsIncludeItemWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBlobsIncludeItem |
ListBlobsIncludeItem.fromString(String value)
Parses a serialized value to a ListBlobsIncludeItem instance.
|
static ListBlobsIncludeItem |
ListBlobsIncludeItem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBlobsIncludeItem[] |
ListBlobsIncludeItem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.