BlobsModelFactory.BlobDownloadDetails メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック作成用の新しい BlobDownloadDetails インスタンスを作成します。
public static Azure.Storage.Blobs.Models.BlobDownloadDetails BlobDownloadDetails (Azure.Storage.Blobs.Models.BlobType blobType, long contentLength, string contentType, byte[] contentHash, DateTimeOffset lastModified, System.Collections.Generic.IDictionary<string,string> metadata, string contentRange, string contentEncoding, string cacheControl, string contentDisposition, string contentLanguage, long blobSequenceNumber, DateTimeOffset copyCompletedOn, string copyStatusDescription, string copyId, string copyProgress, Uri copySource, Azure.Storage.Blobs.Models.CopyStatus copyStatus, Azure.Storage.Blobs.Models.LeaseDurationType leaseDuration, Azure.Storage.Blobs.Models.LeaseState leaseState, Azure.Storage.Blobs.Models.LeaseStatus leaseStatus, string acceptRanges, int blobCommittedBlockCount, bool isServerEncrypted, string encryptionKeySha256, string encryptionScope, byte[] blobContentHash, long tagCount, string versionId, bool isSealed, System.Collections.Generic.IList<Azure.Storage.Blobs.Models.ObjectReplicationPolicy> objectReplicationSourceProperties, string objectReplicationDestinationPolicy, bool hasLegalHold, DateTimeOffset createdOn);
static member BlobDownloadDetails : Azure.Storage.Blobs.Models.BlobType * int64 * string * byte[] * DateTimeOffset * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * int64 * DateTimeOffset * string * string * string * Uri * Azure.Storage.Blobs.Models.CopyStatus * Azure.Storage.Blobs.Models.LeaseDurationType * Azure.Storage.Blobs.Models.LeaseState * Azure.Storage.Blobs.Models.LeaseStatus * string * int * bool * string * string * byte[] * int64 * string * bool * System.Collections.Generic.IList<Azure.Storage.Blobs.Models.ObjectReplicationPolicy> * string * bool * DateTimeOffset -> Azure.Storage.Blobs.Models.BlobDownloadDetails
Public Shared Function BlobDownloadDetails (blobType As BlobType, contentLength As Long, contentType As String, contentHash As Byte(), lastModified As DateTimeOffset, metadata As IDictionary(Of String, String), contentRange As String, contentEncoding As String, cacheControl As String, contentDisposition As String, contentLanguage As String, blobSequenceNumber As Long, copyCompletedOn As DateTimeOffset, copyStatusDescription As String, copyId As String, copyProgress As String, copySource As Uri, copyStatus As CopyStatus, leaseDuration As LeaseDurationType, leaseState As LeaseState, leaseStatus As LeaseStatus, acceptRanges As String, blobCommittedBlockCount As Integer, isServerEncrypted As Boolean, encryptionKeySha256 As String, encryptionScope As String, blobContentHash As Byte(), tagCount As Long, versionId As String, isSealed As Boolean, objectReplicationSourceProperties As IList(Of ObjectReplicationPolicy), objectReplicationDestinationPolicy As String, hasLegalHold As Boolean, createdOn As DateTimeOffset) As BlobDownloadDetails
パラメーター
- blobType
- BlobType
- contentLength
- Int64
- contentType
- String
- contentHash
- Byte[]
- lastModified
- DateTimeOffset
- metadata
- IDictionary<String,String>
- contentRange
- String
- contentEncoding
- String
- cacheControl
- String
- contentDisposition
- String
- contentLanguage
- String
- blobSequenceNumber
- Int64
- copyCompletedOn
- DateTimeOffset
- copyStatusDescription
- String
- copyId
- String
- copyProgress
- String
- copySource
- Uri
- copyStatus
- CopyStatus
- leaseDuration
- LeaseDurationType
- leaseState
- LeaseState
- leaseStatus
- LeaseStatus
- acceptRanges
- String
- blobCommittedBlockCount
- Int32
- isServerEncrypted
- Boolean
- encryptionKeySha256
- String
- encryptionScope
- String
- blobContentHash
- Byte[]
- tagCount
- Int64
- versionId
- String
- isSealed
- Boolean
- objectReplicationSourceProperties
- IList<ObjectReplicationPolicy>
- objectReplicationDestinationPolicy
- String
- hasLegalHold
- Boolean
- createdOn
- DateTimeOffset
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET