- Learning Microsoft Azure Storage
- Mohamed Waly
- 223字
- 2021-07-02 15:26:11
Blob storage
Blob stands for binary large object. This type of service can store almost everything since it stores unstructured data, such as documents, files, images, VHDs, and so on.
Using the Azure Blob storage service makes you capable of storing everything we have just mentioned, and able to access them from anywhere using different access methods, such as URLs, REST APIs, or even one of the Azure SDK Storage Client Libraries, which will be covered later in this chapter.
There are three types of Blob storage:
- Block blobs: They are an excellent choice to store media files, documents, backups, and so on. They are good for files that are read from A-Z (sequential reading).
- Page blobs: They support random access for files stored on them, that is why, they are commonly used for storing VHDs of Azure Virtual Machines.
- Append blobs: They are similar to block blobs, but are commonly used for append operations. For example, each time a new block is created, it will be added to the end of the blob. One of the most common use cases within which append blobs can be used is logging, where you have multiple threads that need to be written to the same blob. This is an excellent solution that would help you to dump the logs in a fast and safe way.
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- 工業機器人技術及應用
- Managing Mission:Critical Domains and DNS
- 錯覺:AI 如何通過數據挖掘誤導我們
- 2018西門子工業專家會議論文集(上)
- 圖形圖像處理(Photoshop)
- Visual C# 2008開發技術實例詳解
- Windows XP中文版應用基礎
- 工業機器人入門實用教程(KUKA機器人)
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- Photoshop CS3特效處理融會貫通
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- 筆記本電腦維修90個精選實例
- Excel 2010函數與公式速查手冊
- PowerMill 2020五軸數控加工編程應用實例