@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface SyncActionEvent

    Per-action progress event (transfer, metadata change, comparison). All action-event variants share the same shape; the type tag distinguishes them.

    interface SyncActionEvent {
        path: string;
        size: number;
        type: SyncActionEventType;
    }
    Index

    Properties

    Properties

    path: string

    Relative path of the file this event concerns.

    size: number

    Size in bytes of the file involved, or 0 for metadata-only events.

    Discriminant tag identifying which action this event reports.