We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b475c5 commit 635ef27Copy full SHA for 635ef27
1 file changed
modules/project-docs/pages/migrating-sdk-code-to-3.n.adoc
@@ -1,6 +1,7 @@
1
= Migrating to SDK 3 API
2
:description: The 3.0 API breaks the existing 2.0 APIs in order to provide a number of improvements. \
3
Collections and Scopes are introduced.
4
+:page-toclevels: 2
5
:page-topic-type: concept
6
:page-aliases: ROOT:migrate
7
@@ -776,6 +777,10 @@ if (!result.MetaData.Errors.Any()) {
776
777
778
=== Views
779
780
+// deprecation admonition
781
+include::{version-common}@sdk:shared:partial$views.adoc[tag=deprecate-sdk]
782
+
783
784
Views have stayed at the `Bucket` level, because it does not have the concept of collections and is scoped at the bucket level on the server as well.
785
The API has stayed mostly the same, the most important change is that `staleness` is unified under the `ViewConsistency` enum.
786
0 commit comments