BlobsModelFactory.BlobContentInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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