Ejemplo n.º 1
0
 public void SetPartitionAndRowKey()
 {
     PartitionKey = UserId;
     RowKey       = Name.Base64Encode();
 }