简体   繁体   中英

What is default order for Windows Azure Storage?

When I check Windows Azure Storage table content by Visual Studio in Server Explorer I'm impressed that date are in chaotic order.

What is default order for Windows Azure Storage? I need info about order and direction.

The data is sorted alphabetically by "PartitionKey" first and then by "Rowkey" in a "Partition".

Ref: https://msdn.microsoft.com/en-us/library/azure/dd894031.aspx

From this link:

Query results are sorted by PartitionKey, then by RowKey. Ordering results in any other way is not currently supported.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM