Jeffrey Richter Guide to Working with Azure Storage Tables ...

Arrays: Byte[] (≤ 65536 bytes) or a String (≤ 32767 UTF-16 characters) o The data value is a non-null value. Three properties are mandatory: PartitionKey (a String), RowKey (a String), and Timstamp (a DateTimeOffset). You can define up to an additional 252 properties. The total number of bytes occupied by all of an entity’s tuples must be ≤1MB and is calculated like this3: Property ... ................
................