Click or drag to resize

SolidFireElementListGroupSnapshots Method (Int64, NullableInt64)

ListGroupSnapshots enables you to get information about all group snapshots that have been created.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListGroupSnapshotsResult ListGroupSnapshots(
	long[] Volumes = null,
	Nullable<long> GroupSnapshotID = null
)

Parameters

Volumes (Optional)
Type: SystemInt64
GroupSnapshotID (Optional)
Type: SystemNullableInt64

Return Value

Type: ListGroupSnapshotsResult

Implements

ISolidFireElementListGroupSnapshots(Int64, NullableInt64)
See Also