Update README.md

This commit is contained in:
tripathyr 2020-06-23 19:32:49 +05:30 committed by GitHub
parent 1925462202
commit ee267bc31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -612,5 +612,5 @@ Application data system is a legacy data field without vector clock support in o
However, since Application Data system has no vector clock support in SEND and REQUEST OPTIONS, it will always give the entire data set stored in the cloud since start, and user will have to custom handle the output of it himself. Our client side framework will not stoe it for the user.
Usually ObjectData and GeneralData systems will support most of user needs. But for cases when the user wants the entire cloud data set, and no client side framework handling, he should use ApplicationData
Usually ObjectData and GeneralData systems will support most of user needs. But for cases when the user wants the entire cloud data set, and no client side framework handling, he should use ApplicationData. Although Application Data system supports lower vectorClock as a REQUEST option. If lower vectorClock is specified, it will give all cloud stored application data after that vectorClock.