DocumentDB: Removing default indexing

前端 未结 2 1461
心在旅途
心在旅途 2020-12-17 04:43

I am trying to remove the default indexes which are created for a new collection:

{
  \"indexingMode\": \"lazy\",
  \"automatic\": true,
  \"includedPaths\":         


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-17 05:18

    An easy way to exclude everything would be to switch indexingMode: None

提交回复
热议问题