@rendley/sdk - v1.15.5
    Preparing search index...

    Interface StorageStoreResults

    Result returned by a provider after attempting to store media.

    interface StorageStoreResults {
        allowedProviderTypes?: StorageProviderTypeEnum;
        processNext: boolean;
        success: boolean;
    }
    Index

    Properties

    allowedProviderTypes?: StorageProviderTypeEnum

    Optional capability filter that narrows which downstream provider types are allowed to continue processing.

    processNext: boolean

    Controls whether the next provider in the controller chain should also receive the same payload.

    success: boolean

    Indicates whether the provider successfully persisted the payload.