AzureTableSettingsStoreStoreAsync(String, String, String) Method
Saves a key-value setting pair in persistent storage
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<Response<IReadOnlyList<Response>>> StoreAsync(
string topic,
string key,
string? value
)
- 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
TaskResponseIReadOnlyListResponse topic will be the setting's partition key and key
will be the setting's row key