Click or drag to resize

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

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<PurgeDeletedVolumesResult> PurgeDeletedVolumesAsync(
	CancellationToken cancellationToken,
	long[] VolumeIDs = null,
	long[] AccountIDs = null,
	long[] VolumeAccessGroupIDs = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VolumeIDs (Optional)
Type: SystemInt64
AccountIDs (Optional)
Type: SystemInt64
VolumeAccessGroupIDs (Optional)
Type: SystemInt64

Return Value

Type: TaskPurgeDeletedVolumesResult

Implements

ISolidFireElementPurgeDeletedVolumesAsync(CancellationToken, Int64, Int64, Int64)
See Also