Per the documentation on Analytical store.
What is Azure Cosmos DB Analytical Store?
“The first non-null occurrence defines the column data type. Any document not following the first non-null datatype won't be represented in analytical store.”
I want to confirm my DateTime columns are interpreted as DateTime and not stored as string.
How can I view the Well-defined schema representation?