你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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