logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IFilePersistenceServiceFactory

    Factory interface for creating file persistence services.

    Namespace: Serenity.FilePersistence.Application.Interfaces.Factories
    Assembly: Serenity.Global.Application.dll
    Syntax
    public interface IFilePersistenceServiceFactory

    Methods

    CreateBlobStore()

    Creates a new file persistence service instance.

    Declaration
    IBlobStore CreateBlobStore()
    Returns
    Type Description
    IBlobStore

    A new instance of IFilePersistenceService.

    In this article
    © 2026 Serenity. All Rights Reserved