Interface IBackgroundUploadProperties

'Properties' object passed into the WL.backgroundUpload method.

Index

Properties

Properties

optional public file_input?: any

The file input object to read the file from. Can be a Windows.Storage.StorageFile or an IFile.

optional public file_name?: string

The name of the file to upload.

optional public overwrite?: string

Indicates whether the uploaded file should overwrite an existing copy. Specify "true" to overwrite, "false" to not overwrite and for the WL.backgroundUpload method call to fail, or "rename" to not overwrite and enable SkyDrive to assign a new name to the uploaded file.

default

"false".

public path: string

The path to the file to upload.

optional public stream_input?: IInputStream

The file input stream to read the file from.