Click or drag to resize

AzureTableSettingsStore Methods

The AzureTableSettingsStore type exposes the following members.

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