Check out selecting a collection to learn how to get a collection object
to query from.
You can also set the
skip_data
parameter when calling find
to query only the required fields of the data point, same as for query
.Checking if a datapoint exists
find
returns an error if the specified datapoint does not exist. You can use this to check if a datapoint exists or not.