InterviewSolution
Saved Bookmarks
| 1. |
What Is Blob? |
|
Answer» BLOB STANDS for Binary Large Object. Blob is file of any type and size. The Azure Blob Storage offers TWO types of blobs: 1. Block Blob URL format: Blobs are addressable using the following URL format: HTTP://.blob.aaa.windows.net// BLOB stands for Binary Large Object. Blob is file of any type and size. The Azure Blob Storage offers two types of blobs: 1. Block Blob URL format: Blobs are addressable using the following URL format: http://.blob.aaa.windows.net// |
|