java.lang.Object com.azure.storage.blob.specialized.BlobClientBase com.azure.storage.blob.specialized.BlockBlobClient public final class BlockBlobClient extends BlobClientBaseClient to a block blob. It may only
java.lang.Object com.azure.storage.blob.BlobServiceAsyncClient public final class BlobServiceAsyncClientClient to a storage account. It may only be instantiated through a BlobServiceClientBuilder. This class does not hold any state about a particular storage account but is instead a conve...
JavagetBlobProperties方法属于org.jclouds.azureblob.AzureBlobClient类。 使用说明:获取 Blob 属性操作返回 Blob 的所有用户定义的元数据、标准 HTTP 属性和系统属性。它不返回 blob 的内容。 本文搜集整理了关于Java中org.jclouds.azureblob.AzureBlobClient.getBlobProperties方法 用法示例代码,并附有代码来源和完整的...
Java 複製 BlobContainerClient blobContainerClient = client.createBlobContainer("containerName"); Parameters: containerName - Name of the container to create Returns: The BlobContainerClient used to interact with the container created.createBlobContainerIfNotExists public BlobContainerClient createBlobCo...
java.lang.Object com.azure.storage.blob.BlobContainerClient public final class BlobContainerClientClient to a container. It may only be instantiated through a BlobContainerClientBuilder or via the method getBlobContainerClient(String containerName). This class does not hold any state about a ...
java.lang.Object com.azure.storage.blob.BlobContainerClient public final class BlobContainerClientClient to a container. It may only be instantiated through a BlobContainerClientBuilder or via the method getBlobContainerClient(String containerName). This class does not hold any state about a ...
java.lang.Object com.azure.storage.blob.BlobContainerClient public final class BlobContainerClientClient to a container. It may only be instantiated through a BlobContainerClientBuilder or via the method getBlobContainerClient(String containerName). This class does not hold...
Applies to Azure SDK for Java Latest在GitHub 上與我們協作 可以在 GitHub 上找到此内容的源,还可以在其中创建和查看问题和拉取请求。 有关详细信息,请参阅参与者指南。 Azure SDK for Java 意見反映 Azure SDK for Java 是開放源項目。 選取連結以提供意見反映︰ 開啟文件問題 提供產品意見反映 ...
Java 複製 PageRange pageRange = new PageRange() .setStart(0) .setEnd(511); PageBlobRequestConditions pageBlobRequestConditions = new PageBlobRequestConditions().setLeaseId(leaseId); Context context = new Context(key, value); PageBlobItem pageBlob = client .clearPagesWithResponse(pageRange, ...
Azure SDK for Java Preview在GitHub 上與我們共同作業 您可以在 GitHub 上找到此內容的來源,在其中建立和檢閱問題和提取要求。 如需詳細資訊,請參閱我們的參與者指南。 Azure SDK for Java 意見反應 Azure SDK for Java 是開放原始碼專案。 選取連結以提供意見反應: 開啟文件問題 提供產品意見反應 本文...