Click or drag to resize

SolidFireElementPurgeDeletedVolumeAsync Method

Overload List
  NameDescription
Public methodPurgeDeletedVolumeAsync(CancellationToken, Int64)
PurgeDeletedVolume immediately and permanently purges a volume that has been deleted. You must delete a volume using DeleteVolume before it can be purged. Volumes are purged automatically after a period of time, so usage of this method is not typically required.
Public methodPurgeDeletedVolumeAsync(PurgeDeletedVolumeRequest, CancellationToken)
PurgeDeletedVolume immediately and permanently purges a volume that has been deleted. You must delete a volume using DeleteVolume before it can be purged. Volumes are purged automatically after a period of time, so usage of this method is not typically required.
Top
See Also