What is indexing in Cosmos DB and how is it managed?
- Cosmos DB automatically indexes all properties by default.
- You can customize index paths for performance.
"indexingMode": "consistent",
"includedPaths": [
{"path": "/name/?"},
{"path": "/age/?"}
"indexingMode": "consistent",
"includedPaths": [
{"path": "/name/?"},
{"path": "/age/?"}