StorageServices
RandomPath
StorageServices(AzureFXClient)
StorageServices(String, TokenCredential)
GetType
add_Error(Func<StorageError, Task>)
add_FileUploaded(Func<StorageFile, Task>)
Delete(String, String)
DeleteAsync(String, String)
Download(String, String)
Download<T>(String, String)
DownloadAsync(String, String)
DownloadAsync<T>(String, String)
EnumerateFiles(String)
EnumerateFiles<T>(String)
EnumerateFilesAsync(String)
EnumerateFilesAsync<T>(String)
Equals(Object)
GetHashCode()
remove_Error(Func<StorageError, Task>)
remove_FileUploaded(Func<StorageFile, Task>)
ShareFile(String, AccessPermissions, TimeSpan, String)
ShareFolder(String, AccessPermissions, TimeSpan)
ToString()
Update(String, Func<ContentData, ContentData>, String)
UpdateAsync(String, Func<ContentData, ContentData>, String)
UpdateJson(String, Action<dynamic>, String)
UpdateJsonAsync(String, Action<dynamic>, String)
Upload(ContentData, String, Boolean, String)
Upload<T>(T, String, Boolean, String)
UploadAsync(ContentData, String, Boolean, String)
UploadAsync<T>(T, String, Boolean, String)
Error
FileUploaded
net10.0-windows7.0
namespace Azure.FX
{
public class StorageServices : Object
{
[AsyncStateMachine(typeof(<UploadAsync>d__11))]
public Task<StorageFile> UploadAsync(ContentData content, ? storagePath = "$random", ? overwrite = false, ? containerName = null);
}
}
.NET | 7.08.09.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Azure.FX , Version=0.0.24.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.FX (0.0.24-alpha) net7.0 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API