A Transform can be passed in the definition of a schema field to create
a mapping between what is stored in the database, and what is stored in
the model. For example, you might store an array of strings in Cosmos DB,
but represent it as a Set in the application. This could be handled like so:
A Transform can be passed in the definition of a schema field to create a mapping between what is stored in the database, and what is stored in the model. For example, you might store an array of strings in Cosmos DB, but represent it as a Set in the application. This could be handled like so:
This is pased in the ISchemaField.