Skip to content

Commit 7f0696a

Browse files
authored
Merge pull request #102227 from burkeholland/patch-30
Clarify what the JavaScript IQL is for
2 parents a8a9271 + c29054f commit 7f0696a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/javascript-query-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Work with JavaScript integrated query API in Azure Cosmos DB
2+
title: Work with JavaScript integrated query API in Azure Cosmos DB Stored Procedures and Triggers
33
description: This article introduces the concepts for JavaScript language-integrated query API to create stored procedures and triggers in Azure Cosmos DB.
44
author: markjbrown
55
ms.service: cosmos-db
@@ -12,7 +12,7 @@ ms.reviewer: sngun
1212

1313
# JavaScript query API in Azure Cosmos DB
1414

15-
In addition to issuing queries using the SQL API in Azure Cosmos DB, the [Cosmos DB server-side SDK](https://azure.github.io/azure-cosmosdb-js-server/) allows you to perform optimized queries using a JavaScript interface. You don't have to be aware of the SQL language to use this JavaScript interface. The JavaScript query API allows you to programmatically build queries by passing predicate functions into sequence of function calls, with a syntax familiar to ECMAScript5's array built-ins and popular JavaScript libraries like Lodash. Queries are parsed by the JavaScript runtime and efficiently executed using Azure Cosmos DB indices.
15+
In addition to issuing queries using the SQL API in Azure Cosmos DB, the [Cosmos DB server-side SDK](https://azure.github.io/azure-cosmosdb-js-server/) provides a JavaScript interface for performing optimized queries in Cosmos DB Stored Procedures and Triggers. You don't have to be aware of the SQL language to use this JavaScript interface. The JavaScript query API allows you to programmatically build queries by passing predicate functions into sequence of function calls, with a syntax familiar to ECMAScript5's array built-ins and popular JavaScript libraries like Lodash. Queries are parsed by the JavaScript runtime and efficiently executed using Azure Cosmos DB indices.
1616

1717
## Supported JavaScript functions
1818

0 commit comments

Comments
 (0)