CloudSymbol
CloudSymbol["name"]
represents a symbol whose value is persistently stored in the cloud.
CloudSymbol[obj]
represents a persistent symbol corresponding to the cloud object obj.
CloudSymbol["uri"]
represents a cloud symbol located at a given URI.
Details
- Values can be assigned using CloudSymbol[name]=val or CloudSymbol[name]:=val.
- CloudSymbol[name] evaluates to give the value assigned for CloudSymbol[name].
- Values of cloud symbols are stored in cloud objects.
- CloudSymbol["name"] by default references a cloud object with the specified name within the directory $CloudSymbolBase.
- CloudSymbol["name",base] references a cloud object relative to the specified base.
- Cloud symbols can be shared between users if appropriate permissions are set on the underlying cloud objects.
- In CloudSymbol["name"], "name" can be any string.
- CloudSymbol[URL["loc"]] is also supported.
Cloud symbols can be deleted from persistent storage with Remove.
Examples
open allclose allProperties & Relations (2)
Cloud symbols are stored in cloud objects, so they can be addressed using CloudObject and accessed using other cloud functions:
LocalSymbol provides for local persistent storage:
Possible Issues (1)
Text
Wolfram Research (2014), CloudSymbol, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudSymbol.html (updated 2016).
CMS
Wolfram Language. 2014. "CloudSymbol." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/CloudSymbol.html.
APA
Wolfram Language. (2014). CloudSymbol. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CloudSymbol.html