Log |
This is preliminary documentation and is subject to change.
The LogEventsList type exposes the following members.
| Name | Description | |
|---|---|---|
| LogEventsList | Initializes a new instance of the LogEventsList class |
| Name | Description | |
|---|---|---|
| CompatibilityOptions |
Gets/sets the compatibility options used with this list.
(Inherited from WikiListT) | |
| EndTime | The timestamp to end listing at. | |
| ListName |
The name of list, used as the value of list parameter in action=query request.
(Overrides WikiListTListName) | |
| LogAction | Filter log actions to only this type. | |
| LogType | Only list log entries of this type. | |
| NamespaceId | Only list log events associated with pages in this namespace. (MediaWiki 1.24+) | |
| PaginationSize |
Gets/sets maximum items returned per MediaWiki API invocation.
(Inherited from WikiListT) | |
| Site | Gets the MediaWiki site this instance applies to. (Inherited from WikiListT) | |
| StartTime | The timestamp to start listing from. | |
| Tag | Only list event entries tagged with this tag. | |
| TimeAscending | Whether to list pages in an ascending order of time. (Default: false) | |
| UserName | Only list changes made by this user. |
| Name | Description | |
|---|---|---|
| EnumItemsAsync |
Asynchronously enumerates all the items in the list.
(Inherited from WikiListT) | |
| EnumListParameters |
When overridden, fills generator parameters for action=query&list={ListName} request.
(Overrides WikiListTEnumListParameters) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ItemFromJson |
Parses an item contained in the action=query&list= JSON response.
(Overrides WikiListTItemFromJson(JsonNode)) | |
| ItemsFromResponse |
From the given MediaWiki API response of the MediaWiki list request,
locates the array of items whose items will be processed by ItemFromJson(JsonNode).
(Inherited from WikiListT) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnEnumItemsFailed |
When overriden, called when there is exception raised when
executing the asynchronous generator function inside EnumItemsAsync(CancellationToken).
(Inherited from WikiListT) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |