Uses of Class
io.milvus.bulkwriter.common.clientenum.CloudStorage
-
Packages that use CloudStorage Package Description io.milvus.bulkwriter.common.clientenum -
-
Uses of CloudStorage in io.milvus.bulkwriter.common.clientenum
Methods in io.milvus.bulkwriter.common.clientenum that return CloudStorage Modifier and Type Method Description static CloudStorageCloudStorage. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudStorage[]CloudStorage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-