ISolidFireElementListGroupSnapshots 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 ListGroupSnapshotsResult ListGroupSnapshots(
long[] Volumes = null,
Nullable<long> GroupSnapshotID = null
)
Parameters
- Volumes (Optional)
- Type: SystemInt64
- GroupSnapshotID (Optional)
- Type: SystemNullableInt64
Return Value
Type:
ListGroupSnapshotsResultSee Also