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
//# If an item is being written or queried as partition `X`, but the [standard beacon](#standard-beacon-initialization) is constrained to only `N` partitions,
152
-
//# then the partition used to [encode](#partition-beacon-encoding) the beacon MUST be `X % N`, where `%` is the modulo or remainder operation.
152
+
//# then the partition used to [encode](#beacon-partition-encoding) the beacon MUST be `X % N`, where `%` is the modulo or remainder operation.
Copy file name to clipboardExpand all lines: specification/searchable-encryption/beacons.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,7 +413,7 @@ These parts may come from these locally defined parts lists, or from the
413
413
A beacon may be constrained to fewer partitions than is specified in the [beacon version](search-config.md#beacon-version-initialization).
414
414
415
415
If an item is being written or queried as partition `X`, but the [standard beacon](#standard-beacon-initialization) is constrained to only `N` partitions,
416
-
then the partition used to [encode](#partition-beacon-encoding) the beacon MUST be `X % N`, where `%` is the modulo or remainder operation.
416
+
then the partition used to [encode](#beacon-partition-encoding) the beacon MUST be `X % N`, where `%` is the modulo or remainder operation.
417
417
418
418
Examples:
419
419
@@ -491,7 +491,7 @@ Both standard and compound beacons define two operations
491
491
492
492
- This operation MUST convert the attribute value of the associated field to
493
493
a sequence of bytes, as per [attribute serialization](../dynamodb-encryption-client/ddb-attribute-serialization.md).
494
-
- The serialized form MUST be augmented as per [beacon partition encoding](#partition-beacon-encoding).
494
+
- The serialized form MUST be augmented as per [beacon partition encoding](#beacon-partition-encoding).
495
495
- This operation MUST return the [basicHash](#basichash) of the resulting bytes and the configured [beacon length](#beacon-length).
0 commit comments