| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
BlobType |
BlobsGetPropertiesHeaders.blobType()
Get the blobType value.
|
BlobType |
BlobsDownloadHeaders.blobType()
Get the blobType value.
|
BlobType |
BlobProperties.blobType()
Get the blobType value.
|
static BlobType |
BlobType.fromString(String value)
Parses a serialized value to a BlobType instance.
|
static BlobType |
BlobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlobType[] |
BlobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlobsGetPropertiesHeaders |
BlobsGetPropertiesHeaders.withBlobType(BlobType blobType)
Set the blobType value.
|
BlobsDownloadHeaders |
BlobsDownloadHeaders.withBlobType(BlobType blobType)
Set the blobType value.
|
BlobProperties |
BlobProperties.withBlobType(BlobType blobType)
Set the blobType value.
|
Copyright © 2018. All rights reserved.