@squidcloud/backend
    Preparing search index...

    Interface StorageContext

    Context for performing a storage-related operation.

    interface StorageContext {
        action: StorageActionType;
        functionality: StorageFunctionality;
        integrationId: string;
        pathsInBucket: string[];
    }
    Index

    Properties

    action: StorageActionType

    Type of action being performed on the storage.

    functionality: StorageFunctionality

    Specific storage functionality being used.

    integrationId: string

    Identifier of the integration performing the storage action.

    pathsInBucket: string[]

    List of paths within the storage bucket relevant to the action.