About 945,000 results
Open links in new tab
  1. Understanding block blobs, append blobs, and page blobs

    The storage service offers three types of blobs, block blobs, append blobs, and page blobs. You specify the blob type when you create the blob.

  2. Blob - Web APIs | MDN - MDN Web Docs

    Nov 7, 2025 · The Blob interface represents a blob, which is a file-like object of immutable, raw data; they can be read as text or binary data, or converted into a ReadableStream so its …

  3. What is a Blob Object in JavaScript ? - GeeksforGeeks

    Jul 23, 2025 · In JavaScript, a Blob (Binary Large Object) is an object that represents raw binary data (collection of bytes). It is commonly used to handle and manipulate binary data, such as …

  4. Understanding Blob Storage: A Scalable Solution for Modern …

    Aug 26, 2025 · That’s where blob storage comes in—a cloud-based, highly scalable, and cost-effective solution for storing and retrieving large files. In this article, we’ll break down what blob …

  5. Mastering JavaScript BLOBs: From Basics to Real-World Applications

    Apr 3, 2025 · A BLOB (Binary Large Object) is a JavaScript object that stores raw binary data in an immutable form. Unlike strings or arrays, BLOBs are used for handling files, images, …

  6. Working with Blobs in JavaScript - Accreditly

    Feb 12, 2024 · Blobs, or Binary Large Objects, in JavaScript are immutable objects that represent raw data. They can be used for a variety of purposes, such as file operations, image …

  7. Blob Storage — A Complete Guide - DEV Community

    Aug 28, 2025 · Blob stands for Binary Large Object, which means it can store any kind of unstructured data — text, images, audio, video, backups, logs, or documents — in a scalable …

  8. Understand how apps interact with Blob Storage data resources

    As you build applications to work with data resources in Azure Blob Storage, your code primarily interacts with three resource types: storage accounts, containers, and blobs. This article …

  9. What is Blob Storage and How Does It Work? - VCCLHosting

    Jun 24, 2025 · Unstructured data can be stored in the cloud using a service called Blob Storage (Binary Large Object Storage). This refers to data that isn’t formatted in the same way as …

  10. Blob Storage: Types, Benefits, Use Cases & How It Works

    Blob storage handles massive amounts of unstructured data like images and videos. Learn blob types, key benefits, and common use cases.