Package | Description |
---|---|
org.apache.camel.component.azure.blob |
Modifier and Type | Method and Description |
---|---|
BlobType |
BlobServiceConfiguration.getBlobType() |
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 |
---|---|
void |
BlobServiceConfiguration.setBlobType(BlobType blobType)
Set a blob type, 'blockblob' is default
|
Apache Camel