Reference documentation and code samples for the Cloud Firestore V1beta1 Client class ExistenceFilter.
A digest of all the documents that match a given target.
Generated from protobuf message google.firestore.v1beta1.ExistenceFilter
Namespace
Google \ Cloud \ Firestore \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ target_id
int
The target ID to which this filter applies.
↳ count
int
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.
getTargetId
The target ID to which this filter applies.
int
setTargetId
The target ID to which this filter applies.
var
int
$this
getCount
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.
int
setCount
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.
var
int
$this