-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.5
-
Component/s: GridFS
-
None
-
Environment:java driver
-
None
-
None
-
None
-
None
-
None
-
None
-
None
add a duplicate() method in GridFS to support a duplication of a file.
When we duplicate a file ,we can increase the reference count of the metadata of the file,
and when the reference count decrease to 0, we can delete the file indeed.