Skip to content

Commit 52f15b2

Browse files
authored
Merge pull request #199840 from v-rajagt/akshanka
Link fixed.
2 parents 4dd52e5 + 140c75a commit 52f15b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/table/create-table-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ public class ExpandableWeatherObject {
638638
}
639639
```
640640

641-
To insert or upsert such an object using the Table API, map the properties of the expandable object into a [TableEntity](/java/api/com.azure.data.tables.tableentity) object and use the [createEntity](/java/api/com.azure.data.tables.tableclient.createentity) or [upsertEntity](/java/api/com.azure.data.tables.tableclient.upsertentity) methods on the [TableClient](/java/api/com.azure.data.tables.tableclient) object as appropriate.
641+
To insert or upsert such an object using the Table API, map the properties of the expandable object into a [TableEntity](/java/api/com.azure.data.tables.models.tableentity) object and use the [createEntity](/java/api/com.azure.data.tables.tableclient.createentity) or [upsertEntity](/java/api/com.azure.data.tables.tableclient.upsertentity) methods on the [TableClient](/java/api/com.azure.data.tables.tableclient) object as appropriate.
642642

643643
```java
644644
public void insertExpandableEntity(ExpandableWeatherObject model) {
@@ -780,4 +780,4 @@ Remove-AzResourceGroup -Name $resourceGroupName
780780
In this quickstart, you've learned how to create an Azure Cosmos DB account, create a table using the Data Explorer, and run an app. Now you can query your data using the Tables API.
781781

782782
> [!div class="nextstepaction"]
783-
> [Import table data to the Tables API](table-import.md)
783+
> [Import table data to the Tables API](table-import.md)

0 commit comments

Comments
 (0)