ICloudDriveConnector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for cloud drive connections (e.g. OneDrive).
public interface ICloudDriveConnector
type ICloudDriveConnector = interface
Public Interface ICloudDriveConnector
- Derived
Methods
| CreateShareLinkAsync(String, String, String, CancellationToken) |
Create a shareable link to a file. |
| GetFileContentStreamAsync(String, CancellationToken) |
Get the content of a file. |
| UploadSmallFileAsync(String, String, CancellationToken) |
Upload a small file (less than 4MB). |