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
/// Initializes a new instance of the <see cref="TableClient"/>.
@@ -287,9 +288,9 @@ public virtual async Task<Response> DeleteAsync(CancellationToken cancellationTo
287
288
/// <param name="entity">The entity to add.</param>
288
289
/// <param name="cancellationToken">A <see cref="CancellationToken"/> controlling the request lifetime.</param>
289
290
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
290
-
/// <returns>The added Table entity.</returns>
291
+
/// <returns>A <see cref="Response"/> containing headers such as ETag.</returns>
291
292
/// <exception cref="RequestFailedException">Exception thrown if entity already exists.</exception>
Copy file name to clipboardExpand all lines: sdk/tables/Azure.Data.Tables/tests/SessionRecords/TableClientLiveTests(CosmosTable)/CreateEntityReturnsEntitiesWithoutOdataAnnoations.json
Copy file name to clipboardExpand all lines: sdk/tables/Azure.Data.Tables/tests/SessionRecords/TableClientLiveTests(CosmosTable)/CreateEntityReturnsEntitiesWithoutOdataAnnoationsAsync.json
0 commit comments