Skip to content

Commit 1ceef69

Browse files
Google APIscopybara-github
authored andcommitted
chore: Add bloom filter related comments
PiperOrigin-RevId: 538646627
1 parent b2b38ad commit 1ceef69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/firestore/v1/write.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ message ExistenceFilter {
264264
//
265265
// If different from the count of documents in the client that match, the
266266
// client must manually determine which documents no longer match the target.
267+
//
268+
// The client can use the `unchanged_names` bloom filter to assist with
269+
// this determination.
267270
int32 count = 2;
268271

269272
// A bloom filter that contains the UTF-8 byte encodings of the resource names

0 commit comments

Comments
 (0)