Click or drag to resize

ISolidFireElementListAccounts Method (NullableInt64, NullableInt64, NullableBoolean)

ListAccounts returns the entire list of accounts, with optional paging support.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
ListAccountsResult ListAccounts(
	Nullable<long> StartAccountID = null,
	Nullable<long> Limit = null,
	Nullable<bool> IncludeStorageContainers = null
)

Parameters

StartAccountID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64
IncludeStorageContainers (Optional)
Type: SystemNullableBoolean

Return Value

Type: ListAccountsResult
See Also