Click or drag to resize

AzureTableSettingsStore Class

Persists key-value pairs of settings in table storage
Inheritance Hierarchy
SystemObject
  InnerDrive.AzureAzureTableStore
    InnerDrive.AzureAzureTableSettingsStore

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public class AzureTableSettingsStore : AzureTableStore

The AzureTableSettingsStore type exposes the following members.

Constructors
 NameDescription
Public methodAzureTableSettingsStore Creates a new instance of AzureTableSettingsStore
Top
Properties
 NameDescription
Public propertyExceptions Gets the results of storing data in Azure table storage
(Inherited from AzureTableStore)
Protected propertyLogger The ILogger used by this class and its descendants
(Inherited from AzureTableStore)
Protected propertySecretProvider The ISecretProvider used by this class and its descendants
(Inherited from AzureTableStore)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFind(String) Finds all of the settings for a particular topic
Public methodFind(String, String) Finds a setting's value by its topic and key
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetTableClient Gets the storage table with the name provided in tableName
(Inherited from AzureTableStore)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSave Saves a key-value setting pair in persistent storage
Protected methodStore Stores (upsert/replaces) a collection of ITableEntity objects in a Cosmos table
(Inherited from AzureTableStore)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also