Click or drag to resize

ISolidFireElementListActiveVolumes Method (NullableInt64, NullableInt64, NullableBoolean)

ListActiveVolumes enables you to return the list of active volumes currently in the system. The list of volumes is returned sorted in VolumeID order and can be returned in multiple parts (pages).

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
ListActiveVolumesResult ListActiveVolumes(
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

StartVolumeID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
IncludeVirtualVolumes (Optional)
Type: SystemNullableBoolean

Return Value

Type: ListActiveVolumesResult
See Also