mongodb-.net-driver
mongoDB Rename embedded field
how do开发者_高级运维 we rename embedded fields using C# with mongoDB ? An example of document Person would be:[详细]
2023-03-25 15:43 分类:问答Performance question about Mongo database
today I have tested the Mongo database, but I got a performance issue. After I insert 1.800.00, I tried to make a sum of all values but it too 57s.[详细]
2023-03-25 11:53 分类:问答Insert embedded document into an existing document in MongoDB
I have a document with a structure like this: Product (root) Document1 (embedded) Document2 ... DocumentN 开发者_JAVA百科Part1(embedded)[详细]
2023-03-25 08:44 分类:问答Mongodb write concern in javascript update script
I need to write some update script for data via js, so is it possible to set for save or update operations write c开发者_JAVA技巧oncern, the way it could be done in java driver?[详细]
2023-03-25 05:38 分类:问答C# - Generate "identity" like Id's with NoSQL (MongoDB)?
I\'ve been using MongoDB with C#, and have been using ObjectIds, then later GUIDs for my Entity Ids.I hate looking at these Id\'s, I think it\'s counter intuitive... I\'d really like to be able to use[详细]
2023-03-23 06:12 分类:问答Nested queries in MongoDb using official C# driver
I need to query something like this: <Parent> <Child1> </Child1> <Child2> <NestedChild1><Key>Weight</Key><Value>80<Value/></NestedChild1&g[详细]
2023-03-23 01:12 分类:问答MongoDB :How to query the item in a list of itmes that is list type?
Test Code: 开发者_JAVA技巧[ { \"_id\": { \"$oid\": \"4e27f4c0cfdb4a09b8ace1dd\" }, \"Description\": \"NO.000001\",[详细]
2023-03-22 02:58 分类:问答Mongodb C# driver - can't use admin authentication to access other databases
When you login as admin user (user of admin database) in MongoDB console, you can then have full access to any database on the same server without need to login to each of them.[详细]
2023-03-21 12:48 分类:问答Build this LEFT() "SQL" in MongoDB Query?
Have an BsonDocument collection with PhoneNumber in the \"1234567890\" format. This SQL gets all the PhoneNumbers with the Area Codes between 300 and 399;[详细]
2023-03-20 07:25 分类:问答Mongo C# Driver: Deserialize BsonValue
I have a document in mongodb that is structured similar to this: { \"_id\": \"abcdef01234\", \"Name\": \"Product A\",[详细]
2023-03-20 05:38 分类:问答