Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6828495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:23:24+00:00 2026-05-26T22:23:24+00:00

I am using mongodb with the official c# driver. I am using Guids as

  • 0

I am using mongodb with the official c# driver.

I am using Guids as Id field for my objects. I don’t want to introduce a dependency on the mongodb bson classes so I am not using ObjectId in my domain layer.

Is it possible to instruct mongodb to insert a creation timestamp into objects that I insert into the datastore?

Example:

public class Foo
{
    public Guid Id {get;set;}
    public DateTime CreatedOn {get;set;}
}

Using mongodb idGenerators I can get the Guids generated upon insert. I know ObjectId has the timestamp included but as mentioned I wouldn’t want my class to look like this

public class Foo
{
    public ObjectId Id { get; set; }
    public DateTime CreatedOn {get { return Id.CreationTime;}}
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T22:23:25+00:00Added an answer on May 26, 2026 at 10:23 pm

    You can have an _id which is itself a document :

    in json : { _id : {guid : ...., createdOn : ....} , field1 : ..., field2:....}
    

    You just have to modify your idGenerator to have this behavior.

    I recommend, however, that you really re-consider to use ObjectId.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Per title - I am using the official mongodb driver and I am looking
I'm using MongoDB and official C# driver 0.9 I'm just checking how embedding simple
Using mongodb with the NoRM driver I have this document: { _id : ObjectId(0758030341b870c019591900),
I'm using official mongodb driver for c# in my test project and i've already
I am using the official 10gen C# driver for mongoDB. I have some code
Using MongoDB C# driver ( http://github.com/samus/mongodb-csharp ), seems that I'm unable to get the
I am using MongoDB v1.4 and the mongodb-csharp driver and I try to group
I'm using MongoDB to store user profiles, and now I want to use GridFS
I am using MongoDB via official Java API. I can store and retrive Long
Using MongoDB and the latest 10gen C# driver (CSharpDriver-1.3.1.4349), I am trying to do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.