Package io.milvus.bulkwriter.storage
Interface StorageClient
-
- All Known Implementing Classes:
AzureStorageClient,MinioStorageClient
public interface StorageClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckBucketExist(String bucketName)LonggetObjectEntity(String bucketName, String objectKey)voidputObjectStream(InputStream inputStream, long contentLength, String bucketName, String objectKey)
-