Skip to content

What does $meta mean? #34536

Discussion options

You must be logged in to vote

$meta is the name of the dynamic field.
If you turn on the "enable_dynamic_field", the collection will have a build-in JSON type field whose name is "$meta" to store all the dynamic fields values.
schema = CollectionSchema(fields=fields, enable_dynamic_field=True)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by secsilm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants