Types supported by Windows Azure Table Storage Domain Service
Kyle has several blog posts explaning how to use Windows Azure Table Storage (WATS) Domain Service, the support of which comes from WCF RIA Services Toolkit.
Below is a list of types that are currently working with WATS Domain Service.
Type |
Working with WATS |
int |
Yes |
string |
Yes |
int |
Yes |
Int32 |
Yes |
Int64 |
Yes |
Guid |
Yes |
bool |
Yes |
long |
Yes |
double |
Yes |
Int[] |
Yes |
Char[] |
Yes |
List<string> |
Yes |
Collection<string> |
Yes |
Dictionary<string, Int32> |
Yes |