- Learning Microsoft Azure Storage
- Mohamed Waly
- 203字
- 2021-07-02 15:26:12
Blob storage key points
The following tips should be considered, as they will help you when designing your storage solution using blob services:
- Blob storage supports both standards, but only page blobs support Premium Storage.
- Block blobs are named as such because files larger than 64 MB are uploaded as smaller blocks, then get combined into one final blob.
- You cannot change the type of blob once it has been created.
- Block blobs are named as such because they provide random read/write access to 512-byte pages.
- Page blobs can store up to 8 TB.
- Storage containers built for Blob storage may only contain lowercase letters, hyphens, and numbers, and must begin with a letter or a number, however, the name cannot contain two consecutive hyphens. The name length can vary between 3 to 63 characters.
- The maximum number of blocks in a block blob or append blob is 50,000.
- The maximum size of the block in a block blob is 100 MB. As a result, a block blob can store data of up to 4.75 TB.
- The maximum size of the block in an append blob is 4 MB. As a result, an append blob can store data of up to 195 TB.
推薦閱讀
- 中文版Photoshop CS5數(shù)碼照片處理完全自學(xué)一本通
- 機(jī)器學(xué)習(xí)與大數(shù)據(jù)技術(shù)
- 流處理器研究與設(shè)計
- Red Hat Linux 9實務(wù)自學(xué)手冊
- 網(wǎng)站前臺設(shè)計綜合實訓(xùn)
- 悟透AutoCAD 2009案例自學(xué)手冊
- 計算機(jī)與信息技術(shù)基礎(chǔ)上機(jī)指導(dǎo)
- 網(wǎng)站入侵與腳本攻防修煉
- 大數(shù)據(jù)案例精析
- Web編程基礎(chǔ)
- 青少年VEX IQ機(jī)器人實訓(xùn)課程(初級)
- 30天學(xué)通Java Web項目案例開發(fā)
- 大型機(jī)系統(tǒng)應(yīng)用基礎(chǔ)
- 智能小車機(jī)器人制作大全(第2版)
- Raspberry Pi 3 Projects for Java Programmers