StaticExpiryBUG(JSCBC-756): Previously provided access to the expiry macro for a lookup-in operation.
Use LookupInMacro.Expiry instead.
StaticcountReturns the number of elements in the array reference by the path.
The path to the field.
Optionaloptions: { xattr?: boolean }Optional parameters for this operation.
Optionalxattr?: booleanWhether this operation should reference the document body or the extended attributes data for the document.
StaticexistsReturns whether a specific field exists in the document.
The path to the field.
Optionaloptions: { xattr?: boolean }Optional parameters for this operation.
Optionalxattr?: booleanWhether this operation should reference the document body or the extended attributes data for the document.
StaticgetCreates a LookupInSpec for fetching a field from the document.
The path to the field.
Optionaloptions: { xattr?: boolean }Optional parameters for this operation.
Optionalxattr?: booleanWhether this operation should reference the document body or the extended attributes data for the document.
Represents a sub-operation to perform within a lookup-in operation.