Click or drag to resize

SolidFireElement.ListVolumesForAccountAsync Method (CancellationToken, Int64, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>)

ListVolumesForAccount returns the list of active and (pending) deleted volumes for an account.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListVolumesForAccountResult> ListVolumesForAccountAsync(
	CancellationToken cancellationToken,
	long AccountID,
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
AccountID
Type: System.Int64
StartVolumeID (Optional)
Type: System.Nullable<Int64>
Limit (Optional)
Type: System.Nullable<Int64>
IncludeVirtualVolumes (Optional)
Type: System.Nullable<Boolean>

Return Value

Type: Task<ListVolumesForAccountResult>

Implements

ISolidFireElement.ListVolumesForAccountAsync(CancellationToken, Int64, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>)
See Also