I want to know more about MongoDB GridFS, so I looked through the manual .
It says:
files.aliasesOptional. An array of alias strings.
I know this field can contain an array of strings, but what are the values ββinside this array? Alternative file names?
Yes. For example, from the source code of the MongoDB csharp driver ( MongoGridFSFileInfo.cs, ln 474 ):
// copy all createOptions except Aliases (which are considered alternate filenames)
, , . , csharp . , , .
, , GridFS - MongoDB - - , . GridFS , , , , , . GridFS .
Source: https://habr.com/ru/post/1570350/More articles:Why can components return only one node in ReactJS? (Is there a fundamental reason?) - twitter-bootstraplunr.js Add index entry data - javascriptCorrect MySQL table indexing - mysqlIs it possible to run valgrind on a piece of code? - c ++Dump database and re-import under a new name - arangodbHow do Rails + (Phusion Passengerhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1570352/radians-to-degrees-matlab&usg=ALkJrhgdIrI-qTD2leBSa7dWEBsLfncgUwIs there a javascript tree that is expanding upwards? - javascriptWhat is the difference between (* T) (nil) and & T {} / new (T)? Golang - memory-managementFortran array cannot be returned in function: not DUMMY variable - fortranAll Articles