Click or drag to resize

AzureTableStore Class

Stores data in Azure 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 abstract class AzureTableStore

The AzureTableStore type exposes the following members.

Constructors
 NameDescription
Protected methodAzureTableStore Creates a new instance of AzureTableStore
Top
Properties
 NameDescription
Public propertyExceptions Gets the results of storing data in Azure table storage
Protected propertyLogger The ILogger used by this class and its descendants
Protected propertySecretProvider The ISecretProvider used by this class and its descendants
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetTableClient Gets the storage table with the name provided in tableName
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodStore Stores (upsert/replaces) a collection of ITableEntity objects in a Cosmos table
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also