Enum MetadataQueryStage
The MetadataQueryStage enumeration represents, for reporting purposes, the possible execution states of an update metadata query.
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Source
Assembly: package-graph-microsoftupdate-source.dll
Syntax
public enum MetadataQueryStage
Fields
Name | Description |
---|---|
AuthenticateEnd | Authentication ended. |
AuthenticateStart | Authentication is starting. |
GetRevisionIdsEnd | The list of update IDs has been retrieved |
GetRevisionIdsStart | Getting the list of update IDs (or category IDs). |
GetServerConfigEnd | Server configuration retrieval is complete. |
GetServerConfigStart | Retrieving server configuration. The server configuration is required before retrieving updates metadata. |
GetUpdateMetadataEnd | Metadata retrieval is complete |
GetUpdateMetadataProgress | Progress while getting update metadata. Reports percent progress. |
GetUpdateMetadataStart | Start getting metadata for all retrieved updated IDs |
Unknown | The query is being prepared. |