File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 284
284
items :
285
285
- name : Overview
286
286
items :
287
- - name : About Graph API
287
+ - name : About Gremlin API
288
288
href : graph-introduction.md
289
289
- name : Gremlin support
290
290
href : gremlin-support.md
296
296
items :
297
297
- name : Import graph data
298
298
href : bulk-executor-graph-dotnet.md
299
- - name : Graph partitioning
299
+ - name : Graph data partitioning
300
300
href : graph-partitioning.md
301
301
- name : Cassandra API Docs
302
302
items :
Original file line number Diff line number Diff line change 1
1
---
2
- title : Build an Azure Cosmos DB .NET Framework or Core application using the Graph API | Microsoft Docs
2
+ title : Build an Azure Cosmos DB .NET Framework or Core application using the Gremlin API | Microsoft Docs
3
3
description : Presents a .NET Framework/Core code sample you can use to connect to and query Azure Cosmos DB
4
4
services : cosmos-db
5
5
author : luisbosquez
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ sections:
149
149
style : ordered
150
150
items :
151
151
- html : Develop an app with Azure Cosmos DB: <a href="/azure/cosmos-db/tutorial-develop-sql-api-dotnet">SQL</a> | <a href="/azure/cosmos-db/tutorial-develop-mongodb-nodejs">MongoDB</a> | <a href="/azure/cosmos-db/tutorial-develop-table-dotnet">Table</a> | <a href="/azure/cosmos-db/tutorial-develop-graph-dotnet">Gremlin</a> | <a href="https://aka.ms/cassandratutorial">Cassandra</a>
152
- - html : Import data into Azure Cosmos DB: <a href="import-data">SQL</a> | <a href="mongodb-migrate">MongoDB</a> | <a href="https://aka.ms/tableapiimporttool">Table</a> | <a href="https://aka.ms/cassandraimport">Cassandra</a>
152
+ - html : Migrate data to Azure Cosmos DB: <a href="import-data">SQL</a> | <a href="mongodb-migrate">MongoDB</a> | <a href="https://aka.ms/tableapiimporttool">Table</a> | <a href="https://aka.ms/cassandraimport">Cassandra</a>
153
153
- html : Query data with Azure Cosmos DB: <a href="/azure/cosmos-db/tutorial-query-sql-api">SQL</a> | <a href="/azure/cosmos-db/tutorial-query-mongodb">MongoDB</a> | <a href="/azure/cosmos-db/tutorial-query-table">Table</a> | <a href="/azure/cosmos-db/tutorial-query-graph">Gremlin</a>
154
154
- html : Global database replication with Azure Cosmos DB: <a href="/azure/cosmos-db/tutorial-global-distribution-sql-api">SQL</a> | <a href="/azure/cosmos-db/tutorial-global-distribution-mongodb">MongoDB</a> | <a href="/azure/cosmos-db/tutorial-global-distribution-table">Table</a> | <a href="/azure/cosmos-db/tutorial-global-distribution-graph">Gremlin</a>
155
155
- html : <a href="local-emulator">Develop your application locally using the emulator</a>
You can’t perform that action at this time.
0 commit comments