BlobsModelFactory.BlobAppendInfo Method

Definition

Creates a new BlobAppendInfo instance for mocking.

public static Azure.Storage.Blobs.Models.BlobAppendInfo BlobAppendInfo (Azure.ETag eTag, DateTimeOffset lastModified, byte[] contentHash, byte[] contentCrc64, string blobAppendOffset, int blobCommittedBlockCount, bool isServerEncrypted, string encryptionKeySha256, string encryptionScope);
static member BlobAppendInfo : Azure.ETag * DateTimeOffset * byte[] * byte[] * string * int * bool * string * string -> Azure.Storage.Blobs.Models.BlobAppendInfo
Public Shared Function BlobAppendInfo (eTag As ETag, lastModified As DateTimeOffset, contentHash As Byte(), contentCrc64 As Byte(), blobAppendOffset As String, blobCommittedBlockCount As Integer, isServerEncrypted As Boolean, encryptionKeySha256 As String, encryptionScope As String) As BlobAppendInfo

Parameters

eTag
ETag
lastModified
DateTimeOffset
contentHash
Byte[]
contentCrc64
Byte[]
blobAppendOffset
String
blobCommittedBlockCount
Int32
isServerEncrypted
Boolean
encryptionKeySha256
String
encryptionScope
String

Returns

Applies to