You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/tables/Azure.Data.Tables/src/TableClient.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -550,7 +550,7 @@ public virtual async Task<Response> DeleteAsync(CancellationToken cancellationTo
550
550
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
551
551
/// <returns>A <see cref="Response"/> containing headers such as ETag.</returns>
552
552
/// <exception cref="RequestFailedException">Exception thrown if entity already exists.</exception>
@@ -756,7 +756,7 @@ public virtual async Task<Response> UpsertEntityAsync<T>(
756
756
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
757
757
/// <returns>The <see cref="Response"/> indicating the result of the operation.</returns>
@@ -882,7 +882,7 @@ public virtual async Task<Response> UpdateEntityAsync<T>(
882
882
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
883
883
/// <returns>The <see cref="Response"/> indicating the result of the operation.</returns>
0 commit comments