Volume
Classes and methods related to Zilliz Cloud's Volume service.
VolumeFileManager [READ MORE]
A `VolumeFileManager` instance maintains a connection to a specific volume on Zilliz Cloud's Volume service. Before uploading data files to a volume, you need to initiate a `VolumeFileManager` instance.
shutdownGracefully() [READ MORE]
This operation gracefully shuts down the internal executor service of the VolumeFileManager, allowing pending upload tasks to complete before termination.
VolumeManager [READ MORE]
A `VolumeManager` instance maintains a connection to Zilliz Cloud's Volume service. Before creating, listing, or deleting volumes, you need to initiate a `VolumeManager` instance.