Click or drag to resize

QueryPageResultInfo Class

This is preliminary documentation and is subject to change.

Contains the basic information of a specific MediaWiki query page result set.
Inheritance Hierarchy
SystemObject
  WikiClientLibrary.GeneratorsQueryPageResultInfo

Namespace: WikiClientLibrary.Generators
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.8.0-int.8+f07259cca53448109bd542f6a3e53c54ddd48d58
Syntax
[JsonObjectAttribute(MemberSerialization.OptIn)]
public sealed class QueryPageResultInfo

The QueryPageResultInfo type exposes the following members.

Properties
 NameDescription
Public propertyCachedTimestampTimestamp of the cached result set, if IsCached is true.
Public propertyIsCachedWhether the returned query page result is a cached result set.
Public propertyMaxResultCountMaximum result count, if available.
Public propertyNameName of the query page.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also