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

Examples

open allclose all

Basic 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:

Create a named 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:

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.

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

BibLaTeX

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