Click or drag to resize

SolidFireElementPurgeDeletedVolume Method (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.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public PurgeDeletedVolumeResult PurgeDeletedVolume(
	long VolumeID
)

Parameters

VolumeID
Type: SystemInt64

Return Value

Type: PurgeDeletedVolumeResult

Implements

ISolidFireElementPurgeDeletedVolume(Int64)
See Also