Hi,
I am trying to read the oplogs for particular timestamp and the query used in shell is working fine:
Query: db.oplog.rs.find({"ts" : {$gte:Timestamp(1500036794, 0)}})
The Same query I am not able to convert in morphia. when tried got the following Query from morphia which returned no results :
{ "ts" : { "$gte" : { "className" : "org.bson.BsonTimestamp" , "seconds" : 1500036794 , "inc" : 0}}}
Could someone help me on this issue
Thanks in Advance
Regards
Aditya