How to update deeply nested array with C# MongoDB.Driver?
问题 I have such model: { "_id":"5b90eea8c02e062be2888446", "storeGuid":"e97d4730-9b8a-49ed-be87-caf4054439aa", "storeId":"0", "storeDbName":"0", "tenant":"dev", "configGroup":[ { "groupName":"peopleCounter", "config":[ { "key":"averageWaitPeriodTime", "value":"60", } ] }, { "groupName":"sessionMonitor", "config":[ { "key":"testKey1", "value":"987", }, { "key":"testKey2", "value":"123", } ] } ] } I am trying to update value for "key":"testKey2" I have such update statement: await coll