AzureTableSettingsStoreRemoveAsync Method

Overload List

RemoveAsync(String, String, CancellationToken) Removes a key-value setting pair from persistent storage. If the setting does not exist, logs at Trace level and returns null (idempotent).
RemoveAsync(String, String, String, CancellationToken) Removes an entity from a Cosmos table. If the entity does not exist, logs at Trace level and returns without throwing (idempotent).

See Also