AzureTableSettingsStoreFindAsync(String, CancellationToken) Method
Finds all the settings for a particular topic
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task<IDictionary<string, string?>> FindAsync(
string topic,
CancellationToken cancellationToken = default
)
- topic String
- The topic (usually class name) of the settings
- cancellationToken CancellationToken (Optional)
- A CancellationToken
controlling the request lifetime.
TaskIDictionaryString,
StringThe keys and configured values for the specified topic