Try our conversational search powered by Generative AI!

Namespace EPiServer.Framework.Blobs

Classes

Blob

Represents a binary large object

BlobExtensions

Extends Blob with extension methods

BlobFactory

BlobOptions

Specifies how the blob system should be setup

BlobProvider

An abstract provider for binary large objects

BlobProviderBuilder

Used to configure and build up BlobProvider instances on the BlobOptions class.

FileBlob

Binary large object stored as file on disk

FileBlobProvider

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

FileBlobProviderOptions

Options for configuring a FileBlobProvider instance.

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.