EntityPrefetch

Listing of Entity Types »

EntityPrefetch["type"]

fetches cacheable values associated with all entities of the specified type.

EntityPrefetch[EntityProperty["type","prop"]]

fetches all values for the specified property.

Details

  • EntityPrefetch["type"] will fetch all cacheable property values for entities of the specified "type" and save them on the system.

Examples

open allclose all

Basic Examples  (2)

Fetch all cacheable data for "Planet" entities:

Prefetch a specific property:

Scope  (3)

EntityPrefetch can be used to preload data for a given Entity type:

If prefetching resources are unavailable, Failure is returned:

EntityPrefetch only fetches properties that are not already populated on the system:

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

Text

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

CMS

Wolfram Language. 2018. "EntityPrefetch." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EntityPrefetch.html.

APA

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

BibTeX

@misc{reference.wolfram_2023_entityprefetch, author="Wolfram Research", title="{EntityPrefetch}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/EntityPrefetch.html}", note=[Accessed: 28-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_entityprefetch, organization={Wolfram Research}, title={EntityPrefetch}, year={2018}, url={https://reference.wolfram.com/language/ref/EntityPrefetch.html}, note=[Accessed: 28-March-2024 ]}