What is a Blob (Binary Large Object) ?

Undraw File Manager Re Ms29

About

blob stands for binary large object and represents the file content in binary data.

Because in a computer, all data are binary data, this name is used logically to represent any file content where the mime (type) is unknown.

Encode / Decode

All files are blob and this is the role of a third application to retrieve the binary content and then decode/encode it in the target mime (type).

For instance, if this is text data, a text editor would retrieve the binary content and would decode it into text.

File System

If a file system indicates that it's a blob storage system, it indicates then that it may store any type of content (ie any mime)

Most file system does:





Discover More
Azure Storage Structure
Azure - Azure Storage Account (Blob storage)

An Azure Storage account is one type of Azure storage. It's also known as the blob storage because it's a general purpose object store that stores blob file. For analytics purpose, Azure provides the...
Card Puncher Data Processing
Azure - Blob (files of any format)

This page is Blob in Azure. They are stored in their azure storage file system. The storage service offers three types of blobs: block blobs, append blobs, and page blobs. You specify...
Git - Blob

blob in git is a object of the blob type that corresponds / represents the file contents (or inodes) in the git file system. file This command will put a blob in the object database where: the...
Undraw File Manager Re Ms29
How is defined the type of content of a file

This page gives you clearly what the type of file content is.
How to manipulate a Binary large object (BLOB) with Javascript?

The blob object is a data container for blob content This is the API to work with binary data in the browser and is widely supported Because any type of data is...
Data System Architecture
Sql - Binary large object (BLOB) data type

Binary large object (BLOB) is a SQL data type suited to store a blob file (ie binary data). In a database, a blob is implemented via pointer to the local file system (known as a lob (large object) ...
Undraw File Manager Re Ms29
What is an Object Storage File System? (known also as edge storage)

Object storage (or object edge storage) is: a file system for blob file (binary object) (ie object) that are distributed/replicated at several CDN location (at the edge) In addition to the path,...



Share this page:
Follow us:
Task Runner