Try our conversational search powered by Generative AI!

Namespace EPiServer.Framework.Blobs

Classes

Blob

Represents a binary large object

BlobConverter

Type converter class for Blob that handles convertion to and from strings.

BlobFactory

An factory class for working with binary large objects that can be handled by any registered provider

BlobProvider

An abstract provider for binary large objects

FileBlob

Binary large object stored as file on disk

FileBlobProvider

A BlobProvider implementation that serves blobs from files in a file system.

NullBlobProvider

A default implementation used when nothing has been configured (for testing purposes)

TrackableStream

A stream that can wrap any System.IO.Stream that exposes events when the stream is closing and closed.

Interfaces

IBlobFactory

An factory component for working with binary large objects that can be handled by any registered provider.

IBlobProviderRegistry

An registry where BlobProvider can be registered, retrieved and removed.