Click or drag to resize

AzureTableSettingsListItemKeys Method

List all the item keys in an application key group.

Namespace: Orthogonal.NSettings.AzureTable
Assembly: Orthogonal.NSettings.AzureTable (in Orthogonal.NSettings.AzureTable.dll) Version: 3.0.5
Syntax
C#
public Task<string[]> ListItemKeys(
	string? appKey
)

Parameters

appKey  String
The application key group name to search for item keys. The value may be null to represent the unnamed application.

Return Value

TaskString
A Task representing the asynchronous operation. The completed Task's Result property contains a string array of setting item keys within the appKey group.
See Also