gpt4 book ai didi

java - Apache Jclouds BlobStore getBlob 与 GetOptions

转载 作者:行者123 更新时间:2023-11-30 02:03:02 26 4
gpt4 key购买 nike

任何人都知道如何使用 GetOptions 从 blob 存储中获取 blob:

BlobStore blobStore = context.getBlobStore();
Blob blob = blobStore.getBlob(cloudStorageContainer, fileName);

我想要实现的是在调用 BlobStore.getBlob() 方法时将 ETag 值传递给 org.jclouds.blobstore.options.GetOptions

>

最佳答案

jclouds 可以通过以下方式之一根据其 ETag 有条件地获取 Blob:

BlobStore.getBlob(containerName, blobName, new Getoptions().ifETagMatches(etag));
BlobStore.getBlob(containerName, blobName, new Getoptions().ifETagDoesntMatch(etag));

关于java - Apache Jclouds BlobStore getBlob 与 GetOptions,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52188482/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com