- Learning Microsoft Azure Storage
- Mohamed Waly
- 134字
- 2021-07-02 15:26:12
Table storage key points
The following tips should be considered, as they will help you when designing your storage solution using the Table storage service:
- Table storage supports Standard Storage, but its support for Premium Storage is in preview at the time of writing
- Table storage is significantly lower in cost than traditional SQL
- The entity can have up to 252 custom properties, and 3 system properties (PartitionKey, RowKey, and Timestamp)
- The entity's properties data cannot exceed 1 MB
- Table names must follow the following rules:
- They are case sensitive
- They contain only alphanumeric characters, considering that they cannot begin with a numeric character
- They cannot be redundant within the same storage account
- You can name a table with another table name written in reverse
- Their length varies between 3 and 63 characters
推薦閱讀
- Microsoft Dynamics CRM Customization Essentials
- 輕輕松松自動化測試
- 空間機(jī)器人遙操作系統(tǒng)及控制
- 教父母學(xué)會上網(wǎng)
- Photoshop CS4經(jīng)典380例
- Mastering Elastic Stack
- Photoshop CS3圖像處理融會貫通
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- 大數(shù)據(jù)驅(qū)動的機(jī)械裝備智能運維理論及應(yīng)用
- 從零開始學(xué)PHP
- Mastering pfSense
- Introduction to R for Business Intelligence
- SQL Server數(shù)據(jù)庫應(yīng)用基礎(chǔ)(第2版)
- 大數(shù)據(jù)案例精析
- 生成對抗網(wǎng)絡(luò)項目實戰(zhàn)