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 = default, DateTimeOffset lastModified = default, byte[] contentHash = default, byte[] contentCrc64 = default, string versionId = default, string encryptionKeySha256 = default, string encryptionScope = default, long blobSequenceNumber = 0);
static member BlobContentInfo : Azure.ETag * DateTimeOffset * byte[] * byte[] * string * string * string * int64 -> Azure.Storage.Blobs.Models.BlobContentInfo
Public Shared Function BlobContentInfo (Optional eTag As ETag = Nothing, Optional lastModified As DateTimeOffset = Nothing, Optional contentHash As Byte() = Nothing, Optional contentCrc64 As Byte() = Nothing, Optional versionId As String = Nothing, Optional encryptionKeySha256 As String = Nothing, Optional encryptionScope As String = Nothing, Optional blobSequenceNumber As Long = 0) As BlobContentInfo
Parameters
- eTag
- ETag
- lastModified
- DateTimeOffset
- contentHash
- Byte[]
- contentCrc64
- Byte[]
- versionId
- String
- encryptionKeySha256
- String
- encryptionScope
- String
- blobSequenceNumber
- Int64