Skip to Content
Hands-On Azure for Developers
book

Hands-On Azure for Developers

by Kamil Mrzygłód
November 2018
Intermediate to advanced
606 pages
15h 7m
English
Packt Publishing
Content preview from Hands-On Azure for Developers

RowKey

Each row key is a unique identifier of a row within a partition (so you can have rows using the same RowKey column value as long they have a different PartitionKey). More importantly, each table is sorted in ascending using values of row keys. This requires a smart design when you need, for example, to read only a selection of the top rows and do not want to provide their row keys (we will cover that later in this chapter). Like PartitionKey, RowKey is also limited to 1 KB and has to be a string.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781789340624Supplemental Content