Click or drag to resize

SolidFireElementListActiveVolumes 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#
public 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

Implements

ISolidFireElementListActiveVolumes(NullableInt64, NullableInt64, NullableBoolean)
See Also