Member Junction
    Preparing search index...

    Interface AccountStorageDriverOptions

    Options for initializing a storage driver with account-based credentials. This is the new enterprise model where credentials are stored in FileStorageAccount.

    interface AccountStorageDriverOptions {
        accountEntity: MJFileStorageAccountEntity;
        contextUser: UserInfo;
        providerEntity: MJFileStorageProviderEntity;
    }
    Index

    Properties

    The file storage account entity (contains CredentialID)

    contextUser: UserInfo

    Context user for database operations and credential access

    The file storage provider entity (contains driver configuration)