Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.91 KB

VerifiedPackages.md

File metadata and controls

31 lines (24 loc) · 2.91 KB

VerifiedPackages

This table contains the verified status for each package ID.

A verified package ID is one that exists in a reserved namespace and is owned by one of the owners of the reserved namespace. For more information about package ID prefix reservation, see the NuGet documentation.

A verified package is one that has the blue checkmark icon on nuget.org and Visual Studio package management UI.

Cardinality Exactly one per unique package ID on NuGet.org
Child tables
Parent tables
Column used for CSV partitioning LowerId
Column used for Kusto partitioning LowerId
Key fields LowerId
Data file container name verifiedpackages
Driver VerifiedPackagesToCsvUpdater
Record type VerifiedPackageRecord

Table schema

Column name Data type Required Description
AsOfTimestamp timestamp No Unused, always empty
LowerId string Yes Lowercase package ID. Good for joins
Id string Yes Original case package ID for an arbitrary package version
IsVerified bool Yes Whether or not the package ID is verified