Member Junction
    Preparing search index...

    Result from copying an object between accounts

    interface CopyBetweenAccountsResult {
        bytesTransferred?: number;
        destinationAccount: string;
        destinationPath: string;
        message: string;
        sourceAccount: string;
        sourcePath: string;
        success: boolean;
    }
    Index

    Properties

    bytesTransferred?: number

    Number of bytes transferred

    destinationAccount: string

    Name of the destination account

    destinationPath: string

    Destination path

    message: string

    Human-readable message

    sourceAccount: string

    Name of the source account

    sourcePath: string

    Source path

    success: boolean

    Whether the copy was successful