Member Junction
    Preparing search index...

    Interface CopyBetweenProvidersResult

    Result of a cross-provider copy operation

    interface CopyBetweenProvidersResult {
        bytesTransferred?: number;
        destinationPath: string;
        destinationProvider: string;
        message: string;
        sourcePath: string;
        sourceProvider: string;
        success: boolean;
    }
    Index

    Properties

    bytesTransferred?: number
    destinationPath: string
    destinationProvider: string
    message: string
    sourcePath: string
    sourceProvider: string
    success: boolean