Skip to content

Commit

Permalink
chore: Add bloom filter related comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 538646627
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 8, 2023
1 parent b2b38ad commit 1ceef69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions google/firestore/v1/write.proto
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ message ExistenceFilter {
//
// If different from the count of documents in the client that match, the
// client must manually determine which documents no longer match the target.
//
// The client can use the `unchanged_names` bloom filter to assist with
// this determination.
int32 count = 2;

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

0 comments on commit 1ceef69

Please sign in to comment.