C# 클래스 Amido.Testing.Azure.Tables.TableSettings

Settings class used for accessing table storage.
파일 보기 프로젝트 열기: amido/Amido.Testing

공개 메소드들

메소드 설명
TableSettings ( string accountName, string accountKey, bool useHttps )

Constructs a TableSettings.

메소드 상세

TableSettings() 공개 메소드

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.