| Categorized Class |
NoSQL FieldA NoSQL Field is a Physical Data Property that is the specification of the content of a NoSQL Dataset. NoSQL Fields can be "reused" by multiple NoSQL Datasets where they play the role of Identification MetaField, Relationship MetaField or Value MetaField. A NoSQL Field can be : 1) a Primitive Type that defines the data type of a field, such as "string" or "integer". 2) a Simple Field that defines a simple value such as "customer name" or "delivery date". Simple Fields are often described by their name, primitive type and length. 3) a Structured Field that defines complex values such as "address". |
|---|
| Name | Description |
|---|---|
Primitive Type |
A Primitive Type is a NoSQL Field that represents a data format such as "string", "integer". |
Simple Field |
A Simple Field is a NoSQL Field that represent a single piece of data. A Simple Field cannot be decomposed. Simple Fields are often described by their name, primitive type and length. For instance, "customer name", "customer id" and "stree number" are usually considered as Simple Fields. |
Structured Field |
A Structured Field is a NoSQL Field which is a combination of other NoSQL Fields. For instance, an address in composed of a street field, a city field and a country field. |