Member Junction
Preparing search index...
@memberjunction/storage
CopyBetweenProvidersResult
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
bytes
Transferred?
destination
Path
destination
Provider
message
source
Path
source
Provider
success
Properties
Optional
bytes
Transferred
bytesTransferred
?:
number
destination
Path
destinationPath
:
string
destination
Provider
destinationProvider
:
string
message
message
:
string
source
Path
sourcePath
:
string
source
Provider
sourceProvider
:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
Transferred
destination
Path
destination
Provider
message
source
Path
source
Provider
success
Member Junction
Loading...
Result of a cross-provider copy operation