예제 #1
0
 //account - Settings -> Access Key -> Storage Account Name
 //key - Settings -> Access Key -> Key1 lub Key2 (bez znaczenia ktory)
 //table - nazwa tabeli, na ktorej beda dokonywane zmiany
 public Query(string account, string sharedKey, string table)
 {
     requestSender = new RequestSender(account, sharedKey, table);
 }