Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

how can i add attachements? #113

Closed suneeth closed 4 years ago

suneeth commented 4 years ago

how can i add attachements using Cosmonaut?

Elfocrash commented 4 years ago

Cosmonaut doesn't expose an API for attachments. Using attachments in Cosmos DB is a bit counter intuitive anyway so I won't be exposing an API for it. You can use the default DocumentClient to do those actions.