- 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.
推薦閱讀
- Dreamweaver CS3網(wǎng)頁設(shè)計(jì)50例
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- Visual C++編程全能詞典
- Photoshop行業(yè)應(yīng)用基礎(chǔ)
- Spatial Analytics with ArcGIS
- 從零開始學(xué)JavaScript
- Dreamweaver+Photoshop+Flash+Fireworks網(wǎng)站建設(shè)與網(wǎng)頁設(shè)計(jì)完全實(shí)用
- Linux Shell Scripting Cookbook(Third Edition)
- Unreal Development Kit Game Design Cookbook
- Microsoft Dynamics CRM 2013 Marketing Automation
- 機(jī)器學(xué)習(xí)案例分析(基于Python語言)
- Hands-On Geospatial Analysis with R and QGIS
- 歐姆龍PLC應(yīng)用系統(tǒng)設(shè)計(jì)實(shí)例精解
- AWS Administration:The Definitive Guide(Second Edition)
- Data Science with Python