We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecc2f8 commit 4aab056Copy full SHA for 4aab056
1 file changed
sdk/storage/azure-storage-blob/src/main/java/com/azure/storage/blob/models/BlobDownloadHeaders.java
@@ -146,10 +146,6 @@ public List<ObjectReplicationPolicy> getObjectReplicationSourcePolicies() {
146
/**
147
* Get the contentLength property: The number of bytes present in the response body.
148
*
149
- * <p>When content validation is enabled, the storage client transparently decodes the structured message
150
- * framing before returning the response. In that case this value reflects the size of the decoded payload
151
- * that callers will actually read — not the larger wire size of the encoded message.</p>
152
- *
153
* @return the contentLength value.
154
*/
155
public Long getContentLength() {
0 commit comments