CreateCloudExpression [value]
creates a new anonymous cloud expression that stores the specified initial value.
CreateCloudExpression [value,"name"]
creates a new cloud expression with the specified name.
CreateCloudExpression
CreateCloudExpression [value]
creates a new anonymous cloud expression that stores the specified initial value.
CreateCloudExpression [value,"name"]
creates a new cloud expression with the specified name.
Details and Options
- By default, created cloud expressions have URIs whose base is the value of $CloudExpressionBase .
- New cloud expressions are created in the cloud defined by $CloudBase .
- The following options can be given:
-
Examples
open all close allBasic Examples (2)
Create an anonymous cloud expression storing an initial value:
Retrieve a part from the cloud expression:
Reset a part in the cloud expression:
Get the value of the whole cloud expression:
Delete the cloud expression:
Get the value of the cloud expression:
Delete the expression:
Options (3)
PartProtection (2)
Create a cloud expression with no part protection:
Change part of the expression, destroying its structure:
Read the new value of the expression:
Get the part protection value:
Create a part protected cloud expression:
Attempt to modify the key "a", whose value is an integer:
Read the value associated to key "a"; it is unchanged:
Get the part protection value:
Permissions (1)
Create a cloud expression with public read permissions:
Related Guides
Related Workflows
- Store Data in a Cloud Expression
History
Text
Wolfram Research (2016), CreateCloudExpression, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateCloudExpression.html.
CMS
Wolfram Language. 2016. "CreateCloudExpression." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CreateCloudExpression.html.
APA
Wolfram Language. (2016). CreateCloudExpression. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CreateCloudExpression.html
BibTeX
@misc{reference.wolfram_2025_createcloudexpression, author="Wolfram Research", title="{CreateCloudExpression}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/CreateCloudExpression.html}", note=[Accessed: 17-November-2025]}
BibLaTeX
@online{reference.wolfram_2025_createcloudexpression, organization={Wolfram Research}, title={CreateCloudExpression}, year={2016}, url={https://reference.wolfram.com/language/ref/CreateCloudExpression.html}, note=[Accessed: 17-November-2025]}