Package io.milvus.bulkwriter.storage
Interface StorageClient
- All Known Implementing Classes:
AzureStorageClient,MinioStorageClient
public interface StorageClient
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckBucketExist(String bucketName) getObjectEntity(String bucketName, String objectKey) voidputObjectStream(InputStream inputStream, long contentLength, String bucketName, String objectKey)