 | AzureTableSettingsListItemKeys Method |
List all the item keys in an application key group.
Namespace: Orthogonal.NSettings.AzureTableAssembly: Orthogonal.NSettings.AzureTable (in Orthogonal.NSettings.AzureTable.dll) Version: 3.0.5
Syntaxpublic 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
TaskStringA 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