Share via


BlobsModelFactory.PageInfo Method

Definition

Creates a new PageInfo instance for mocking.

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

Parameters

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

Returns

Applies to