| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.blob.models |
This package contains the blob data transfer object classes.
|
| Modifier and Type | Method and Description |
|---|---|
ListBlobsOptions |
ListBlobsOptions.setDelimiter(String delimiter)
Sets the value of the optional delimiter to use for grouping in a virtual
blob hierarchy.
|
ListBlobsOptions |
ListBlobsOptions.setIncludeMetadata(boolean includeMetadata)
Sets the value of an optional flag indicating whether to include blob
metadata with a response.
|
ListBlobsOptions |
ListBlobsOptions.setIncludeSnapshots(boolean includeSnapshots)
Sets the value of an optional flag indicating whether to include blob
snapshots with a response.
|
ListBlobsOptions |
ListBlobsOptions.setIncludeUncommittedBlobs(boolean includeUncommittedBlobs)
Sets the value of an optional flag indicating whether to include
uncommitted blobs with a response.
|
ListBlobsOptions |
ListBlobsOptions.setMarker(String marker)
Sets the optional marker value to use in a request.
|
ListBlobsOptions |
ListBlobsOptions.setMaxResults(int maxResults)
Sets the optional maximum number of results to return for a request.
|
ListBlobsOptions |
ListBlobsOptions.setPrefix(String prefix)
Sets the optional blob name prefix filter value to use in a request.
|
ListBlobsOptions |
ListBlobsOptions.setTimeout(Integer timeout)
Sets the optional server request timeout value associated with this
ListBlobsOptions instance. |
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/