From 1925462202cbeec91f109559b825fde9c00f06f0 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 23 Jun 2020 19:28:29 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dc24b1..9917673 100644 --- a/README.md +++ b/README.md @@ -608,8 +608,9 @@ Parameters while resetting or updating ## 5. Application Data -### DEPRECATED - Application data system is a legacy data field without vector clock support in options. In our development process, General Data was created by adding vector clock support to application data at user level. So SEND and REQUEST options in Application Data are exactly the same as General data without vector clock options +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