Results 1 - 5 of 5

DataStoreTask

The DataStoreTask interface of the Data Store API represents a record changed in the data store when a DataStoreCursor is used to iterate through the data store's change history.
API Data Store Data Store API Database DataStoreTask Interface Non-standard Reference Référence storage Storage

DataStoreTask.data

The data read-only property of the DataStoreChangeEvent interface returns the data stored in the changed record in the data store. Must return null if the operation is clear or done.
API data Data Store Data Store API Database DataStoreTask Property Reference Référence storage Storage

DataStoreTask.id

The id read-only property of the DataStoreTask interface returns the identifier of the changed record in the data store. This must return null if the operation is cleared or done.
API Data Store Data Store API Database DataStoreTask id Property Reference Référence storage Storage

DataStoreTask.operation

The operation read-only property of the DataStoreTask interface returns the type of operation that represents the current change that has been made to the data store.
API Data Store Data Store API Database DataStoreTask operation Property Reference Référence storage Storage

DataStoreTask.revisionId

The revisionId read-only property of the DataStoreTask interface returns the id of the current revision of the data store, i.e. the current change that has been made to a data record.
API Data Store Data Store API Database DataStoreTask Property Reference revisionId Référence storage Storage