collMod
Atlas Data Federation supports the collMod command only for modifying view definitions. You can't use the collMod command to add options to a collection.
hello
Atlas Data Federation supports the hello command, which is used to describe the role of the mongod instance. In the document returned by the hello command, the isWritablePrimary field is set to true.
O Atlas Data Federation suporta o campo saslSupportedMechs opcional configurado para o <db.user>.
killCursors
O comando killCursors mata o cursor ou cursores especificados para uma coleção.
listCollections
O comando listCollections recupera informações sobre as collections em um banco de dados, como nomes de collection e opções. A resposta contém informações que podem ser usadas para criar um cursor para as informações da collection. Os resultados são ordenados alfabeticamente pelo nome da collection.
O Atlas Data Federation oferece suporte às seguintes opções:
filter(Somente a correspondência exata.)nameOnlyauthorizedCollections
listDatabases
The listDatabases command provides a list of all existing databases in alphabetical order. You must use the admin database to run the listDatabases command.
As seguintes opções são suportadas:
filter(Somente a correspondência exata.)nameOnlyauthorizedDatabases
O comando listDatabases sempre retorna sizeOnDisk: 0 e empty: false para que possa retornar rapidamente, sem verificar todos os arquivos nos buckets S3.