C# Class Amido.Testing.Azure.Tables.TableSettings

Settings class used for accessing table storage.
Datei anzeigen Open project: amido/Amido.Testing

Public Methods

Method Description
TableSettings ( string accountName, string accountKey, bool useHttps )

Constructs a TableSettings.

Method Details

TableSettings() public method

Constructs a TableSettings.
public TableSettings ( string accountName, string accountKey, bool useHttps )
accountName string The storage account name.
accountKey string The storage account key.
useHttps bool Use https.