A createIndexes command with a single metadata field:
{
createIndexes: 'abc',
indexes: [
] }
will be equivalent to the follow operation on the underlying buckets collection:
{
createIndexes: 'system.buckets.abc',
indexes: [
]
}
By definition, the metadata field in the bucket collection is always named meta.