Type Alias CopyBatchArg

Source
pub type CopyBatchArg = RelocationBatchArgBase;
Available on crate features sync_routes and dbx_files only.

Aliased Type§

pub struct CopyBatchArg {
    pub entries: Vec<RelocationPath>,
    pub autorename: bool,
}

Fields§

§entries: Vec<RelocationPath>

List of entries to be moved or copied. Each entry is RelocationPath.

§autorename: bool

If there’s a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict.