DataLakeModelFactory.FileDownloadInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック作成用の新しい 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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET