You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
I have a repository called "Shipment" which has following structure. I am noticing that Null values are not being suppressed when we try to insert using repository.save(shipmentObject) method. But Null values are being suppressed while using documentClient.upsertDocument(shipmentObject) method. how can we suppress null values being stored in cosmosDB when we use springdata cosmosdb?