WOLFRAM

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

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Create an anonymous cloud expression storing an initial value:

Retrieve a part from the cloud expression:

Out[3]=3

Reset a part in the cloud expression:

Out[4]=4

Get the value of the whole cloud expression:

Out[5]=5

Delete the cloud expression:

Create a named cloud expression:

Out[1]=1

Get the value of the cloud expression:

Out[2]=2

Delete the expression:

Options  (3)Common values & functionality for each option

PartProtection  (2)

Create a cloud expression with no part protection:

Out[2]=2

Change part of the expression, destroying its structure:

Read the new value of the expression:

Out[4]=4

Get the part protection value:

Out[5]=5

Create a part protected cloud expression:

Out[1]=1

Attempt to modify the key "a", whose value is an integer:

Out[2]=2

Read the value associated to key "a"; it is unchanged:

Out[3]=3

Get the part protection value:

Out[4]=4

Permissions  (1)

Create a cloud expression with public read permissions:

Out[1]=1
Wolfram Research (2016), CreateCloudExpression, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateCloudExpression.html.
Wolfram Research (2016), CreateCloudExpression, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateCloudExpression.html.

Text

Wolfram Research (2016), CreateCloudExpression, Wolfram Language function, https://reference.wolfram.com/language/ref/CreateCloudExpression.html.

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.

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

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: 29-April-2025 ]}

@misc{reference.wolfram_2025_createcloudexpression, author="Wolfram Research", title="{CreateCloudExpression}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/CreateCloudExpression.html}", note=[Accessed: 29-April-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: 29-April-2025 ]}

@online{reference.wolfram_2025_createcloudexpression, organization={Wolfram Research}, title={CreateCloudExpression}, year={2016}, url={https://reference.wolfram.com/language/ref/CreateCloudExpression.html}, note=[Accessed: 29-April-2025 ]}