|
Ditto 4.13.1
|
Represents the result of executing a DQL query. More...
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Properties | |
| List< DittoQueryResultItem > | Items [get] |
| Gets the individual items matching a DQL query. | |
| List< DittoDocumentId > | MutatedDocumentIds [get] |
| Gets the IDs of documents that were mutated locally by a mutating DQL query passed to DittoStore.ExecuteAsync. Empty array if no documents have been mutated. | |
| ulong? | CommitID [get] |
| Gets the commit ID associated with this query result, if any. | |
Represents the result of executing a DQL query.
|
get |
Gets the commit ID associated with this query result, if any.
This ID uniquely identifies the commit in which this change was accepted into the local store. The commit ID is available for all query results involving insertions, updates, or deletions. This ID can be used to track whether a local change has been synced to other peers.
For write transactions, the commit ID is only available after the transaction has been successfully committed. Queries executed within an uncommitted transaction will not have a commit ID.
|
get |
Gets the IDs of documents that were mutated locally by a mutating DQL query passed to DittoStore.ExecuteAsync. Empty array if no documents have been mutated.