- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
5.5.3. Data Model’s Primary Key
In this chapter, you’ll learn how to configure the primary key of a data model.
primaryKey Method#
To set any id
, text
, or number
property as a primary key, use the primaryKey
method.
For example:
In the example above, the id
property is defined as the data model's primary key.
Was this chapter helpful?