Static
ExpiryBUG(JSCBC-756): Previously provided access to the expiry macro for a lookup-in operation.
Use LookupInMacro.Expiry instead.
Static
countReturns the number of elements in the array reference by the path.
The path to the field.
Optional
options: { Optional parameters for this operation.
Optional
xattr?: booleanWhether this operation should reference the document body or the extended attributes data for the document.
Static
existsReturns whether a specific field exists in the document.
The path to the field.
Optional
options: { Optional parameters for this operation.
Optional
xattr?: booleanWhether this operation should reference the document body or the extended attributes data for the document.
Static
getCreates a LookupInSpec for fetching a field from the document.
The path to the field.
Optional
options: { Optional parameters for this operation.
Optional
xattr?: 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.