AzureTableSettingsStoreStoreAsync(String, String, String, CancellationToken) Method
            Saves a key-value setting pair in persistent storage
            
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task<Response<IReadOnlyList<Response>>> StoreAsync(
	string topic,
	string key,
	string? value,
	CancellationToken cancellationToken = default
)
- topic  String
 - The topic (usually class name) of the setting
 - key  String
 - The unique key identifying the setting in the topic area
 - value  String
 - The value of the setting
 - cancellationToken  CancellationToken  (Optional)
 - A CancellationToken
            controlling the request lifetime.
 
TaskResponseIReadOnlyListResponse topic will be the setting's partition key and key
            will be the setting's row key