FQL v4 will be decommissioned on June 30, 2025. Ensure that you complete your migration from FQL v4 to FQL v10 by that date. For more details, review the migration guide. Contact support@fauna.com with any questions. |
Collection metadata
Solution
Set the data
field in a collection:
{
ref: Collection("dilapidated_huts"),
ts: 1635183086600000,
history_days: 30,
name: 'dilapidated_huts',
data: { env: 'test' }
}
{'ref': Ref(id=dilapidated_huts, collection=Ref(id=collections)), 'ts': 1635183090850000, 'history_days': 30, 'name': 'dilapidated_huts', 'data': {'env': 'test'}}
map[data:map[env:test] history_days:30 name:dilapidated_huts ref:{dilapidated_huts 0xc0001804b0 0xc0001804b0 <nil>} ts:1635183036860000]
ObjectV(ref: RefV(id = "dilapidated_huts", collection = RefV(id = "collections")),ts: LongV(1635183024850000),history_days: LongV(30),name: StringV(dilapidated_huts),data: ObjectV(env: StringV(test)))
{
ref: Collection("dilapidated_huts"),
ts: 1635183253930000,
history_days: 30,
name: 'dilapidated_huts',
data: { env: 'test' }
}
Discussion
Adding metadata to a collection can be used to store any information that helps to distinguish the collection from other collections.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!