Skip to content

Commit ebed909

Browse files
Merge pull request #252462 from seesharprun/cosmos-nosql-related-content-2
Cosmos DB | NoSQL | Query pattern revamp (2)
2 parents d46444c + 71334e5 commit ebed909

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

articles/cosmos-db/nosql/query/bitwise-operators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/31/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -61,7 +61,7 @@ The example query's results as a JSON object.
6161
> [!IMPORTANT]
6262
> The bitwise operators in Azure Cosmos DB for NoSQL follow the same behavior as bitwise operators in JavaScript. JavaScript stores numbers as 64 bits floating point numbers, but all bitwise operations are performed on 32 bits binary numbers. Before a bitwise operation is performed, JavaScript converts numbers to 32 bits signed integers. After the bitwise operation is performed, the result is converted back to 64 bits JavaScript numbers. For more information about the bitwise operators in JavaScript, see [JavaScript binary bitwise operators at MDN Web Docs](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators#binary_bitwise_operators).
6363
64-
## Next steps
64+
## Related content
6565

6666
- [``SELECT`` clause](select.md)
6767
- [Keywords](keywords.md)

articles/cosmos-db/nosql/query/ceiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example shows positive numeric, negative, and zero values evaluate
4646

4747
- This system function benefits from a [range index](../../index-policy.md#includeexclude-strategy).
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`FLOOR`](floor.md)

articles/cosmos-db/nosql/query/choose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

articles/cosmos-db/nosql/query/computed-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/31/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -363,7 +363,7 @@ To add a composite index on two properties in which, one is computed as `cp_myCo
363363

364364
Adding computed properties to a container doesn't consume RUs. Write operations on containers that have computed properties defined might have a slight RU increase. If a computed property is indexed, RUs on write operations increase to reflect the costs for indexing and evaluation of the computed property. While in preview, RU charges that are related to computed properties are subject to change.
365365

366-
## Next steps
366+
## Related content
367367

368368
- [Manage indexing policies](../how-to-manage-indexing-policy.md)
369369
- [Model document data](../../modeling-data.md)

articles/cosmos-db/nosql/query/concat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -61,7 +61,7 @@ This example uses the function to select two expressions from the item.
6161

6262
- This function doesn't use the index.
6363

64-
## Next steps
64+
## Related content
6565

6666
- [System functions](system-functions.yml)
6767
- [`CONTAINS`](contains.md)

articles/cosmos-db/nosql/query/constants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/31/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -91,7 +91,7 @@ A constant, also known as a literal or a scalar value, is a symbol that represen
9191
| **``\t``** | tab | ``U+0009`` |
9292
| **``\uXXXX``** | A Unicode character defined by four hexadecimal digits. | ``U+XXXX`` |
9393

94-
## Next steps
94+
## Related content
9595

9696
- [Subqueries](subquery.md)
9797
- [Keywords](keywords.md)

articles/cosmos-db/nosql/query/contains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -48,7 +48,7 @@ The following example checks if various static substrings exist in a string.
4848

4949
- This function performs a full scan.
5050

51-
## Next steps
51+
## Related content
5252

5353
- [System functions](system-functions.yml)
5454
- [`CONCAT`](concat.md)

articles/cosmos-db/nosql/query/cos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example calculates the cosine of the specified angle using the fun
4646

4747
- This system function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`SIN`](sin.md)

articles/cosmos-db/nosql/query/cot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/19/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example calculates the cotangent of the specified angle using the
4646

4747
- This function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`TAN`](tan.md)

articles/cosmos-db/nosql/query/count.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/17/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -56,7 +56,7 @@ In this example, the function counts the number of times the specified scalar fi
5656

5757
- This function benefits from a [range index](../../index-policy.md#includeexclude-strategy) for any properties in the query's filter.
5858

59-
## Next steps
59+
## Related content
6060

6161
- [System functions](system-functions.yml)
6262
- [`AVG`](average.md)

0 commit comments

Comments
 (0)