Method GetAllKeysAsync
GetAllKeysAsync()
Gets a list of all the possible root keys in the objects contained in the dataset.
Declaration
Task<IEnumerable<string>> GetAllKeysAsync()
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<string>> | The list of possible root keys in the dataset's metadata. |