Azure 离线同步本地存储文档
Azure offline sync local storage documentation
我正在尝试在我的 android 应用程序(在 Java 上)中实施 azure 离线同步。我找到 this example,但找不到任何有关使用 QueryOperations 和 Query 的示例或文档。
如有任何信息,我将不胜感激。
查看您找到的同级页面的 "How to: Query data from your Mobile App backend" 部分,Work with the Client SDK. The Javadoc for the Mobile Apps Client SDK is also available, and of course there's also the Java source。
我正在尝试在我的 android 应用程序(在 Java 上)中实施 azure 离线同步。我找到 this example,但找不到任何有关使用 QueryOperations 和 Query 的示例或文档。 如有任何信息,我将不胜感激。
查看您找到的同级页面的 "How to: Query data from your Mobile App backend" 部分,Work with the Client SDK. The Javadoc for the Mobile Apps Client SDK is also available, and of course there's also the Java source。