Search Results for

    Show / Hide Table of Contents

    Class MorpheoBlobExtensions

    Extension methods for configuring blob storage.

    Inheritance
    object
    MorpheoBlobExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Morpheo.Core.Extensions
    Assembly: Morpheo.Core.dll
    Syntax
    public static class MorpheoBlobExtensions

    Methods

    | Edit this page View Source

    AddBlobStore(IMorpheoBuilder, string?)

    Adds a file system-based blob store to the DI container.

    Declaration
    public static IMorpheoBuilder AddBlobStore(this IMorpheoBuilder builder, string? path = null)
    Parameters
    Type Name Description
    IMorpheoBuilder builder

    The Morpheo builder.

    string path

    The root directory for storing blobs. Defaults to 'storage/blobs'.

    Returns
    Type Description
    IMorpheoBuilder

    The Morpheo builder.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10