NodeServices::NodeMemory Class
/documentation/pages/Ref/Api/Namespace/NodeServices/NodeMemory/index.xml

A *[ui:NodeServices]* object that provides insight into Node.js memory usage and exposes a method to invoke garbage collection (when permitted).

These functions report on and manage the Node.js heap used by Alpha Anywhere’s Node integration. Garbage collection may not always run; *[ui:CollectHeap]* returns *[ui:.T.]* only if successful.

NodeServices::NodeMemory CollectHeap Method
/documentation/pages/Ref/Api/Namespace/NodeServices/NodeMemory/CollectHeap Method.xml
Attempt to force a garbage collection cycle on the Node.js heap.
NodeServices::NodeMemory GetHeapSize Method
/documentation/pages/Ref/Api/Namespace/NodeServices/NodeMemory/GetHeapSize Method.xml
Return the total memory used by the Node.js heap (in bytes).
AlphaCloud::API Class
/documentation/pages/Ref/Api/Namespace/AlphaCloud/API/index.xml
Used to register the provisioning API for Alpha Cloud.
NodeServices::Firestore Class
/documentation/pages/Ref/Api/Namespace/NodeServices/firestore/index.xml

Methods for interacting with Google Cloud Firestore, a NoSQL document database, from within Alpha Anywhere applications.

NodeServices::Handlebars Class
/documentation/pages/Ref/Api/Namespace/NodeServices/HandleBars/index.xml
Expand 'Handlebars' templates from Xbasic.
NodeServices::TimeBasedToken Class
/documentation/pages/Ref/Api/Namespace/NodeServices/TimeBasedToken/index.xml

Time based tokens are typically used in features like two factor authentication. A time based token is a token that automatically expires after a short period of time. The *[xb:NodeServices::TimeBasedToken]* class can be used to generate or validate a time based token.

nodeservices::firestore setUserClaims Method
/documentation/pages/Ref/Api/Namespace/NodeServices/firestore/setUserClaims Method.xml
Sets claims for a user in Firestore.
AlphaCloud::APIResult Class
/documentation/pages/Ref/Api/Namespace/AlphaCloud/APIResult/index.xml

AlphaCloud::APIResult is a common base class used to provide detailed status information after a function call on an instance of a class that is part of the AlphaCloud namespace.

After a call, you can get this information by referencing the CallResult property of the instance.

Node Services
/documentation/pages/Guides/Workspaces/Node/Node services.xml
Node services can be called from Node modules, other Node services and Xbasic scripts.