Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PageBlobCreateIfNotExistsResponse.yml #1532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 [<code>Convert.FromHexString</code>](/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: <b>Inherited From</b> PageBlobCreateResponse.contentMD5
- name: date
Expand Down