第 8 章 Azure Storage Blob Service
支持制作者和消费者
Azure Storage Blob 组件使用 Azure API v12 从 Azure Storage Blob Service 存储和检索 Blob。但是,如果 v12 以上版本,我们会看到这个组件是否可以根据破坏的更改数量来采用这些更改。
先决条件
您必须具有有效的 Windows Azure Storage 帐户。如需更多信息,请参阅 Azure 文档门户。
Maven 用户需要在这些组件的 pom.xml
中添加以下依赖项:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-azure-storage-blob</artifactId> <version>{CamelSBVersion}</version> <!-- use the same version as your Camel core version --> </dependency>
8.1. URI 格式
azure-storage-blob://accountName[/containerName][?options]
如果是消费者,则需要 accountName
、Container
Name。如果是制作者,它依赖于所请求的操作;例如,如果操作位于容器级别,则需要创建容器、accountName
和
,但若以 blob 级别请求操作,例如 containerName
getBlob
、accountName
、Container
Name 和 blobName
。
如果 Blob 尚不存在,则会创建该 blob。您可以使用以下格式将查询选项附加到 URI 中,
?options=value&option2=value&…