We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982c0aa commit e29a8e1Copy full SHA for e29a8e1
src/main/com/mongodb/gridfs/GridFSFile.java
@@ -90,6 +90,9 @@ public Date getUploadDate(){
90
return _uploadDate;
91
}
92
93
+ /**
94
+ * note: to set aliases, call put( "aliases" , List<String> )
95
+ */
96
public List<String> getAliases(){
97
return (List<String>)_metadata.get( "aliases" );
98
0 commit comments