Class AzureStorageClient
java.lang.Object
io.milvus.bulkwriter.storage.client.AzureStorageClient
- All Implemented Interfaces:
StorageClient
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckBucketExist(String bucketName) getObjectEntity(String bucketName, String objectKey) static AzureStorageClientgetStorageClient(String connStr, String accountUrl, com.azure.core.credential.TokenCredential credential) voidputObjectStream(InputStream inputStream, long contentLength, String bucketName, String objectKey)
-
Method Details
-
getStorageClient
public static AzureStorageClient getStorageClient(String connStr, String accountUrl, com.azure.core.credential.TokenCredential credential) -
getObjectEntity
- Specified by:
getObjectEntityin interfaceStorageClient
-
putObjectStream
public void putObjectStream(InputStream inputStream, long contentLength, String bucketName, String objectKey) - Specified by:
putObjectStreamin interfaceStorageClient
-
checkBucketExist
- Specified by:
checkBucketExistin interfaceStorageClient
-