Azure |
public class AzureTableSettingsStore : AzureTableStore
The AzureTableSettingsStore type exposes the following members.
Name | Description | |
---|---|---|
AzureTableSettingsStore | Creates a new instance of AzureTableSettingsStore |
Name | Description | |
---|---|---|
Exceptions |
Gets the results of storing data in Azure table storage
(Inherited from AzureTableStore) | |
Logger |
The ILogger used by this class and its descendants
(Inherited from AzureTableStore) | |
SecretProvider |
The ISecretProvider used by this class and its descendants
(Inherited from AzureTableStore) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
Find(String) | Finds all of the settings for a particular topic | |
Find(String, String) | Finds a setting's value by its topic and key | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetTableClient |
Gets the storage table with the name provided in
tableName (Inherited from AzureTableStore) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Save | Saves a key-value setting pair in persistent storage | |
Store |
Stores (upsert/replaces) a collection of ITableEntity objects
in a Cosmos table
(Inherited from AzureTableStore) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |