Optional
_idA unique document ID (Mongo DB ObjectID)
Optional
actionOptional
activityOptional
claimThe collection ID of the metadata to be fetched
Optional
deletedThe timestamp of when this document was deleted (milliseconds since epoch)
Optional
emailOptional
errorThe error message if this metadata failed to be fetched
Optional
faucetOptional
lastThe timestamp of when this metadata was last fetched (milliseconds since epoch)
The load balance ID of the metadata to be fetched. Only the node with the same load balance ID will fetch this metadata
Optional
nextThe timestamp of when this document should be fetched next (milliseconds since epoch)
Optional
notificationThe number of times this metadata has been tried to be fetched but failed
Optional
pendingWhether this document is pending to be fetched or not
Optional
recipientThe timestamp of when this metadata was requested to be refreshed (milliseconds since epoch)
The URI of the metadata to be fetched. If {id} is present, it will be replaced with each individual ID in badgeIds
Converts the object to a different NumberType equivalent.
Compares this object's fields to another object's fields for equality. Equality is determined by comparing the JSON representations of the objects.
If normalizeNumberTypes
is true, then all number types will be compared as strings (i.e. "1n" === "1" === 1). Else, they will be compared as their native types (i.e. 1n !== 1 !== "1").
Optional
normalizeNumberTypes: boolean
A unique stringified document ID