Click or drag to resize

SolidFireElementPurgeDeletedVolumesAsync Method

Overload List
  NameDescription
Public methodPurgeDeletedVolumesAsync(PurgeDeletedVolumesRequest, CancellationToken)
PurgeDeletedVolumes immediately and permanently purges volumes that have been deleted. You can use this method to purge up to 500 volumes at one time. You must delete volumes using DeleteVolumes before they can be purged. Volumes are purged by the system automatically after a period of time, so usage of this method is not typically required.
Public methodPurgeDeletedVolumesAsync(CancellationToken, Int64, Int64, Int64)
PurgeDeletedVolumes immediately and permanently purges volumes that have been deleted. You can use this method to purge up to 500 volumes at one time. You must delete volumes using DeleteVolumes before they can be purged. Volumes are purged by the system automatically after a period of time, so usage of this method is not typically required.
Top
See Also