次の方法で共有


DataLakeModelFactory.FileDownloadInfo メソッド

定義

モック作成用の新しい FileDownloadInfo(Int64, Stream, Byte[], FileDownloadDetails) インスタンスを作成します。

public static Azure.Storage.Files.DataLake.Models.FileDownloadInfo FileDownloadInfo (long contentLength, System.IO.Stream content, byte[] contentHash, Azure.Storage.Files.DataLake.Models.FileDownloadDetails properties);
static member FileDownloadInfo : int64 * System.IO.Stream * byte[] * Azure.Storage.Files.DataLake.Models.FileDownloadDetails -> Azure.Storage.Files.DataLake.Models.FileDownloadInfo
Public Shared Function FileDownloadInfo (contentLength As Long, content As Stream, contentHash As Byte(), properties As FileDownloadDetails) As FileDownloadInfo

パラメーター

contentLength
Int64
content
Stream
contentHash
Byte[]
properties
FileDownloadDetails

戻り値

適用対象