$CloudObjectURLType
CloudObjectを構築する際のCloudObjectURLTypeオプションのデフォルト設定である.
詳細
- $CloudObjectURLTypeのもともとのデフォルト設定は"Object"である.
- 次は,使用可能な設定である.
-
"Object" オブジェクトの配備されたビュー (/obj/) "Environment" オブジェクトの編集環境ビュー (/env/) "Download" オブジェクトのダウンロードURL (/download/) "StaticHTML" オブジェクトの静的HTMLビュー (/statichtml/)
例題
例 (1)
デフォルトで,新たに作られた名前付きのクラウドオブジェクトは,"Object"を使ってオブジェクトの配備されたビューにURLをフォーマットする:
$CloudObjectURLType次の設定では,名前付きのオブジェクトはオブジェクトの配備されたビューを使う:
CloudObject["report.nb"]$CloudObjectURLType = "Environment"これで,名前付きのオブジェクトは開発環境のURLを使うようになった:
CloudObject["report.nb"]関連するガイド
テキスト
Wolfram Research (2019), $CloudObjectURLType, Wolfram言語関数, https://reference.wolfram.com/language/ref/$CloudObjectURLType.html (2020年に更新).
CMS
Wolfram Language. 2019. "$CloudObjectURLType." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/$CloudObjectURLType.html.
APA
Wolfram Language. (2019). $CloudObjectURLType. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$CloudObjectURLType.html
BibTeX
@misc{reference.wolfram_2026_$cloudobjecturltype, author="Wolfram Research", title="{$CloudObjectURLType}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/$CloudObjectURLType.html}", note=[Accessed: 07-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_$cloudobjecturltype, organization={Wolfram Research}, title={$CloudObjectURLType}, year={2020}, url={https://reference.wolfram.com/language/ref/$CloudObjectURLType.html}, note=[Accessed: 07-August-2026]}