| 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 |
|---|---|
ListBlobsFlatSegmentResponse |
GeneratedContainers.listBlobFlatSegment(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.Maybe<ListBlobsFlatSegmentResponse> |
GeneratedContainers.listBlobFlatSegmentAsync(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.
|
com.microsoft.rest.v2.ServiceFuture<ListBlobsFlatSegmentResponse> |
GeneratedContainers.listBlobFlatSegmentAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
List<ListBlobsIncludeItem> include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListBlobsFlatSegmentResponse> 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<ListBlobsFlatSegmentResponse> |
GeneratedContainers.listBlobFlatSegmentAsync(com.microsoft.rest.v2.Context context,
String prefix,
String marker,
Integer maxresults,
List<ListBlobsIncludeItem> include,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<ListBlobsFlatSegmentResponse> serviceCallback)
[Update] The List Blobs operation returns a list of the blobs under the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsFlatSegmentResponse |
ContainerListBlobFlatSegmentResponse.body() |
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withContainerName(String containerName)
Set the containerName value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withDelimiter(String delimiter)
Set the delimiter value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withMarker(String marker)
Set the marker value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withMaxResults(int maxResults)
Set the maxResults value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withPrefix(String prefix)
Set the prefix value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withSegment(BlobFlatListSegment segment)
Set the segment value.
|
ListBlobsFlatSegmentResponse |
ListBlobsFlatSegmentResponse.withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
| Constructor and Description |
|---|
ContainerListBlobFlatSegmentResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ContainerListBlobFlatSegmentHeaders headers,
Map<String,String> rawHeaders,
ListBlobsFlatSegmentResponse body)
Creates an instance of ContainerListBlobFlatSegmentResponse.
|
This documentation was released into the public domain.