From 09bd79e194e3983d89368e56fc24a2cbf6a5b809 Mon Sep 17 00:00:00 2001
From: Mavaddat Javid <5055400+mavaddat@users.noreply.github.com>
Date: Wed, 26 Jul 2023 01:08:45 -0400
Subject: [PATCH] Update PageBlobCreateIfNotExistsResponse.yml
Provide additional detail on the MD5 hash byte array.
---
.../storage-blob/PageBlobCreateIfNotExistsResponse.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml b/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml
index b56a9eea43e7..bdfb5aebd3ae 100644
--- a/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml
+++ b/docs-ref-autogen/@azure/storage-blob/PageBlobCreateIfNotExistsResponse.yml
@@ -45,16 +45,16 @@ inheritedProperties:
uid: '@azure/storage-blob.PageBlobCreateIfNotExistsResponse.contentMD5'
package: '@azure/storage-blob'
summary: >-
- If the blob has an MD5 hash and this operation is to read the full blob,
- this response header is returned so that the client can check for message
- content integrity.
+ Represents the numeric values of the MD5 hash hex string. If the blob has
+ an MD5 hash and the originating operation read the full blob, this response
+ header is returned so the client can check for message content integrity.
fullName: contentMD5
- remarks: ''
+ remarks: 'The bytes are equivalent to the [Convert.FromHexString
](/dotnet/api/system.convert.fromhexstring) output.'
isDeprecated: false
syntax:
content: 'contentMD5?: Uint8Array'
return:
- description: ''
+ description: '16-byte long array of MD5 hash hex string.'
type: Uint8Array
inheritanceDescription: Inherited From PageBlobCreateResponse.contentMD5
- name: date