@@ -2879,6 +2879,10 @@ internal async Task<Response> StagedDownloadAsync(
28792879 /// Returns a stream that will download the blob as the stream
28802880 /// is read from.
28812881 /// </returns>
2882+ /// <remarks>
2883+ /// A <see cref="RequestFailedException"/> will be thrown if
2884+ /// a failure occurs.
2885+ /// </remarks>
28822886#pragma warning disable AZC0015 // Unexpected client method return type.
28832887 public virtual Stream OpenRead(
28842888#pragma warning restore AZC0015 // Unexpected client method return type.
@@ -2908,6 +2912,10 @@ public virtual Stream OpenRead(
29082912 /// Returns a stream that will download the blob as the stream
29092913 /// is read from.
29102914 /// </returns>
2915+ /// <remarks>
2916+ /// A <see cref="RequestFailedException"/> will be thrown if
2917+ /// a failure occurs.
2918+ /// </remarks>
29112919#pragma warning disable AZC0015 // Unexpected client method return type.
29122920 public virtual async Task< Stream> OpenReadAsync(
29132921#pragma warning restore AZC0015 // Unexpected client method return type.
@@ -2946,6 +2954,10 @@ public virtual async Task<Stream> OpenReadAsync(
29462954 /// Returns a stream that will download the blob as the stream
29472955 /// is read from.
29482956 /// </returns>
2957+ /// <remarks>
2958+ /// A <see cref="RequestFailedException"/> will be thrown if
2959+ /// a failure occurs.
2960+ /// </remarks>
29492961 [ EditorBrowsable ( EditorBrowsableState . Never ) ]
29502962#pragma warning disable AZC0015 // Unexpected client method return type.
29512963 public virtual Stream OpenRead(
@@ -2986,6 +2998,10 @@ public virtual Stream OpenRead(
29862998 /// Returns a stream that will download the blob as the stream
29872999 /// is read from.
29883000 /// </returns>
3001+ /// <remarks>
3002+ /// A <see cref="RequestFailedException"/> will be thrown if
3003+ /// a failure occurs.
3004+ /// </remarks>
29893005 [ EditorBrowsable ( EditorBrowsableState . Never ) ]
29903006#pragma warning disable AZC0015 // Unexpected client method return type.
29913007 public virtual Stream OpenRead(
@@ -3027,6 +3043,10 @@ public virtual Stream OpenRead(
30273043 /// Returns a stream that will download the blob as the stream
30283044 /// is read from.
30293045 /// </returns>
3046+ /// <remarks>
3047+ /// A <see cref="RequestFailedException"/> will be thrown if
3048+ /// a failure occurs.
3049+ /// </remarks>
30303050 [ EditorBrowsable ( EditorBrowsableState . Never ) ]
30313051#pragma warning disable AZC0015 // Unexpected client method return type.
30323052 public virtual async Task< Stream > OpenReadAsync (
@@ -3067,6 +3087,10 @@ public virtual async Task<Stream> OpenReadAsync(
30673087 /// Returns a stream that will download the blob as the stream
30683088 /// is read from.
30693089 /// </returns>
3090+ /// <remarks>
3091+ /// A <see cref="RequestFailedException"/> will be thrown if
3092+ /// a failure occurs.
3093+ /// </remarks>
30703094 [ EditorBrowsable ( EditorBrowsableState . Never ) ]
30713095#pragma warning disable AZC0015 // Unexpected client method return type.
30723096 public virtual async Task< Stream > OpenReadAsync (
@@ -3117,6 +3141,10 @@ public virtual async Task<Stream> OpenReadAsync(
31173141 /// Returns a stream that will download the blob as the stream
31183142 /// is read from.
31193143 /// </returns>
3144+ /// <remarks>
3145+ /// A <see cref="RequestFailedException"/> will be thrown if
3146+ /// a failure occurs.
3147+ /// </remarks>
31203148#pragma warning disable CS1998 // Async method lacks 'await' operators and will run synchronously
31213149 internal async Task< Stream> OpenReadInternal(
31223150#pragma warning restore CS1998 // Async method lacks 'await' operators and will run synchronously
0 commit comments