BlobsModelFactory.BlobContentInfo Method

Definition

Creates a new BlobContentInfo instance for mocking.

public static Azure.Storage.Blobs.Models.BlobContentInfo BlobContentInfo (Azure.ETag eTag, DateTimeOffset lastModified, byte[] contentHash, string versionId, string encryptionKeySha256, string encryptionScope, long blobSequenceNumber);
static member BlobContentInfo : Azure.ETag * DateTimeOffset * byte[] * string * string * string * int64 -> Azure.Storage.Blobs.Models.BlobContentInfo
Public Shared Function BlobContentInfo (eTag As ETag, lastModified As DateTimeOffset, contentHash As Byte(), versionId As String, encryptionKeySha256 As String, encryptionScope As String, blobSequenceNumber As Long) As BlobContentInfo

Parameters

eTag
ETag
lastModified
DateTimeOffset
contentHash
Byte[]
versionId
String
encryptionKeySha256
String
encryptionScope
String
blobSequenceNumber
Int64

Returns

Applies to