BlobsModelFactory.PageInfo 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 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