The Views sheet defines views and their filters in the NEAT physical data model. Each view maps to a logical schema that specifies which nodes or edges to return when querying.Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Filter
Filters specify which nodes or edges should be returned when querying a view. Use a unique container for each view and the default filter set by the API. The NEAT physical data model maps one-to-one to the CDF API specification for creating data models. Validation is limited to basic syntax checking, so use filters with caution. Write raw JSON strings in theFilter column to set a filter.
| View | Implements | Filter |
|---|---|---|
| Cognite360ImageStation | CogniteDescribable | See the JSON example in this section |
Further reading
- Physical data model reference — Overview of all physical data model sheets
- Properties sheet — Property definitions and syntax