$CloudObjectNameFormat

$CloudObjectNameFormat

is the default setting used for the CloudObjectNameFormat option when constructing a CloudObject.

Details

Examples

open allclose all

Basic Examples  (1)

By default, newly created named cloud objects use $UserURLBase to format the username in their URLs:

Its actual value can be obtained with $UserURLBase:

Change the name format to the user UUID:

A named object uses the user UUID in the URL:

Possible Issues  (1)

$CloudObjectNameFormat with a value of "UUID" cannot be applied if the destination is a named CloudObject that does not exist.

First, create a cloud object:

Check that the cloud object exists in the cloud:

Because it exists in the cloud, it has a known "UUID" associated with it:

Here, the content of the cloud object is replaced with 456 and the URL of the cloud object is given in "UUID" form:

Delete the object:

The named cloud object no longer exists, so the newly created cloud object is not returned in UUID format because the cloud object was created in "UserURLBase" format:

Delete the object:

Here, the destination is not using the CloudObject constructor, so the cloud object is constructed with a UUID:

Wolfram Research (2019), $CloudObjectNameFormat, Wolfram Language function, https://reference.wolfram.com/language/ref/$CloudObjectNameFormat.html.

Text

Wolfram Research (2019), $CloudObjectNameFormat, Wolfram Language function, https://reference.wolfram.com/language/ref/$CloudObjectNameFormat.html.

CMS

Wolfram Language. 2019. "$CloudObjectNameFormat." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$CloudObjectNameFormat.html.

APA

Wolfram Language. (2019). $CloudObjectNameFormat. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$CloudObjectNameFormat.html

BibTeX

@misc{reference.wolfram_2023_$cloudobjectnameformat, author="Wolfram Research", title="{$CloudObjectNameFormat}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/$CloudObjectNameFormat.html}", note=[Accessed: 16-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_$cloudobjectnameformat, organization={Wolfram Research}, title={$CloudObjectNameFormat}, year={2019}, url={https://reference.wolfram.com/language/ref/$CloudObjectNameFormat.html}, note=[Accessed: 16-April-2024 ]}