?> What is the 'name' parameter used for in the actio... - Aide
QUESTION / RÉPONSE

What is the 'name' parameter used for in the actionSetFromTable action?

2 consultations

Réponse

The 'name' parameter is a string that specifies the name for the user-defined action set that is being restored.
Action technique liée

Voir la documentation de actionSetFromTable

Voir l'Action
Thématiques

Voir aussi

actionSetToTable
builtins

Crea una tabla en memoria a partir de un conjunto de acciones definido por el usuario. Esta acción es útil para convertir la estructura de un conjunto de acciones, que puede contener metadatos y definiciones de acciones, en una tabla CAS que puede ser consultada o manipulada.

actionSetFromTable
builtins

Restaure un jeu d'actions défini par l'utilisateur à partir d'une table CAS préalablement sauvegardée. Cette action est l'inverse de `actionSetToTable` et permet de recharger dynamiquement des fonctionnalités personnalisées dans une session CAS, facilitant ainsi la réutilisation et le partage de code.

addNode
builtins

The `addNode` action dynamically adds one or more machines to a running SAS Cloud Analytic Services (CAS) server. This is a fundamental administrative task for scaling a CAS environment, allowing for the expansion of computational resources without restarting the entire server. It can be used to add either worker nodes to increase processing power and data capacity, or a backup controller to enhance high availability. This action is typically performed by administrators to manage the cluster's topology in response to changing workloads.