次の方法で共有


IAssetFile インターフェイス

定義

public interface IAssetFile
type IAssetFile = interface
Public Interface IAssetFile

プロパティ

Asset
AssetFileOptions
ContentChecksum
ContentFileSize
Created
EncryptionKeyId
EncryptionScheme
EncryptionVersion
Id
InitializationVector
IsEncrypted
IsPrimary
LastModified
MimeType
Name
ParentAssetId

メソッド

Delete()
DeleteAsync()
Download(String)
DownloadAsync(String, BlobTransferClient, ILocator, CancellationToken)
Update()
UpdateAsync()
Upload(Stream)
Upload(String)
UploadAsync(Stream, BlobTransferClient, ILocator, CancellationToken)
UploadAsync(String, BlobTransferClient, ILocator, CancellationToken)

イベント

DownloadProgressChanged
UploadProgressChanged

適用対象