Method | Description | |
---|---|---|
AzureBlobStorageProvider ( IMobileServiceClient client ) : System | ||
DownloadFileToStreamAsync ( MobileServiceFile file, Stream stream, |
||
GetFileAsync ( MobileServiceFile file, |
||
GetFileUriAsync ( |
||
UploadFileAsync ( |
Method | Description | |
---|---|---|
GetBlobReference ( |
public AzureBlobStorageProvider ( IMobileServiceClient client ) : System | ||
client | IMobileServiceClient | |
return | System |
public DownloadFileToStreamAsync ( MobileServiceFile file, Stream stream, |
||
file | MobileServiceFile | |
stream | Stream | |
storageToken | ||
return | System.Threading.Tasks.Task |
public GetFileAsync ( MobileServiceFile file, |
||
file | MobileServiceFile | |
token | ||
return | Task |
public GetFileUriAsync ( |
||
storageToken | ||
fileName | string | |
return | Task |
public UploadFileAsync ( |
||
metadata | ||
dataSource | IMobileServiceFileDataSource | |
storageToken | ||
return | System.Threading.Tasks.Task |