Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
UserDefinedFunctionDefinition interface
- Package:
- @azure/cosmos
Properties
| body | The body of the user defined function, it can also be passed as a stringifed function |
| id | The id of the UserDefinedFunction |
Property Details
body
The body of the user defined function, it can also be passed as a stringifed function
body?: string | () => void
Property Value
string | () => void
