Skip to main content

IBlob Interface

Raw blob stored within the tree.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/driver-definitions/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IBlob

Properties

Property Alerts Type Description
contents Alpha string Contents of the blob
encoding Alpha "utf-8" | "base64" The encoding of the contents string

Property Details

contents

Contents of the blob

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

contents: string;

Type: string

encoding

The encoding of the contents string

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

encoding: "utf-8" | "base64";

Type: "utf-8" | "base64"