Package | Description |
---|---|
com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
Modifier and Type | Method and Description |
---|---|
Blob |
Blob.withDeleted(boolean deleted)
Set the deleted value.
|
Blob |
Blob.withMetadata(Map<String,String> metadata)
Set the metadata value.
|
Blob |
Blob.withName(String name)
Set the name value.
|
Blob |
Blob.withProperties(BlobProperties properties)
Set the properties value.
|
Blob |
Blob.withSnapshot(String snapshot)
Set the snapshot value.
|
Modifier and Type | Method and Description |
---|---|
List<Blob> |
BlobHierarchyList.blob()
Get the blob value.
|
List<Blob> |
BlobFlatList.blob()
Get the blob value.
|
Modifier and Type | Method and Description |
---|---|
BlobHierarchyList |
BlobHierarchyList.withBlob(List<Blob> blob)
Set the blob value.
|
BlobFlatList |
BlobFlatList.withBlob(List<Blob> blob)
Set the blob value.
|
Copyright © 2018. All rights reserved.