Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
BlobItem |
BlobItem.withDeleted(boolean deleted)
Set the deleted value.
|
BlobItem |
BlobItem.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
BlobItem |
BlobItem.withName(String name)
Set the name value.
|
BlobItem |
BlobItem.withProperties(BlobProperties properties)
Set the properties value.
|
BlobItem |
BlobItem.withSnapshot(String snapshot)
Set the snapshot value.
|
Modifier and Type | Method and Description |
---|---|
List<BlobItem> |
BlobFlatListSegment.blobItems()
Get the blobItems value.
|
List<BlobItem> |
BlobHierarchyListSegment.blobItems()
Get the blobItems value.
|
Modifier and Type | Method and Description |
---|---|
BlobFlatListSegment |
BlobFlatListSegment.withBlobItems(List<BlobItem> blobItems)
Set the blobItems value.
|
BlobHierarchyListSegment |
BlobHierarchyListSegment.withBlobItems(List<BlobItem> blobItems)
Set the blobItems value.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.