Class: Google::Firestore::V1::ExistenceFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/write.rb

Overview

A digest of all the documents that match a given target.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

Returns The total count of documents that match target_id.

If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.

Returns:

  • (Integer)

    The total count of documents that match target_id.

    If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.



238
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/write.rb', line 238

class ExistenceFilter; end

#target_idInteger

Returns The target ID to which this filter applies.

Returns:

  • (Integer)

    The target ID to which this filter applies.



238
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/write.rb', line 238

class ExistenceFilter; end