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
Copy file name to clipboardExpand all lines: articles/cosmos-db/nosql/query/getcurrentticksstatic.md
+4-48Lines changed: 4 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
8
8
ms.service: cosmos-db
9
9
ms.subservice: nosql
10
10
ms.topic: reference
11
-
ms.date: 07/01/2023
11
+
ms.date: 07/19/2023
12
12
ms.custom: query-reference
13
13
---
14
14
@@ -35,57 +35,13 @@ Returns a signed numeric value that represents the current number of 100-nanosec
35
35
36
36
This example uses a container with a partition key path of `/pk`. There are three items in the container with two items within the same logical partition, and one item in a different logical partition.
This function returns the same static nanosecond ticks for items within the same partition. For comparison, the nonstatic function gets a new nanosecond ticks value for each item matched by the query.
> It's possible for items in different logical partitions to exist in the same physical partition. In this scenario, the static nanosecond ticks value would be identical.
0 commit comments