 | EntityQueryOptions Enumeration |
This is preliminary documentation and is subject to change.
Provides options for fetching entity information from server.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax[FlagsAttribute]
public enum EntityQueryOptions
<FlagsAttribute>
Public Enumeration EntityQueryOptions
Dim instance As EntityQueryOptions
[FlagsAttribute]
public enum class EntityQueryOptions
[<FlagsAttribute>]
type EntityQueryOptions
Members| Member name | Value | Description |
|---|
| None | 0 | No options. |
| FetchInfo | 1 | Fetch page and last revision information. |
| FetchLabels | 2 | Fetch multilingual labels of the entity. |
| FetchAliases | 4 | Fetch multilingual aliases of the entity. |
| FetchDescriptions | 8 | Fetch multilingual descriptions of the entity. |
| FetchSiteLinks | 16 | Fetch associated wiki site links. |
| FetchSiteLinksUrl | 48 |
Fetch associated wiki site links, along with link URLs.
This option implies FetchSiteLinks.
|
| FetchClaims | 64 |
Fetch claims on this entity.
|
| FetchAllProperties | 127 |
Fetch all the properties that is supported by WCL.
|
| SuppressRedirects | 256 |
Do not resolve redirect. Treat them like deleted entities.
|
See Also