Class TableStorageConfig
Defines the configuration needed to access a Table Storage.
Inheritance
System.Object
TableStorageConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Celerik.NetCore.Util
Assembly: cs.temp.dll.dll
Syntax
public class TableStorageConfig
Properties
ConnectionString
Connection string.
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Name of the table.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |