Skip to content

Commit bbc7817

Browse files
author
Mohammad Hunan Chughtai
committed
Remove accidental changes
1 parent 765c511 commit bbc7817

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

source/sdk/node/data-types/collections.txt

-28
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,3 @@ Collections - Node.js SDK
1414

1515
Overview
1616
--------
17-
18-
{+service-short+} has several types to represent groups of objects,
19-
which we call **collections**. A collection is an object that contains
20-
zero or more instances of one :ref:`{+service-short+} type
21-
<node-object-types>`. {+service-short+} collections are **homogenous**:
22-
all objects in a collection are of the same type.
23-
24-
You can filter and sort any collection using {+client-database+}'s
25-
:ref:`query engine <node-client-query-engine>`. Collections are
26-
:ref:`live <node-live-object>`, so they always reflect the current state
27-
of the :term:`{+realm+} instance` on the current thread. You can also
28-
listen for changes in the collection by subscribing to :ref:`collection
29-
notifications <node-register-a-collection-change-listener>`.
30-
31-
Lists
32-
-----
33-
34-
35-
Overview
36-
Lists & LinkingObjects
37-
Results Collection
38-
Results are Lazily Evaluated
39-
Collections are Live
40-
Working With Collections
41-
Iteration
42-
Limiting Query Results
43-
Pagination
44-
Summary

0 commit comments

Comments
 (0)