DocVersions Table

The DocVersions table stores a list of document versions for a document library. Document versions are only stored if the versions feature is enabled.

Warning  Modifying the database schema or database structures is unsupported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.

Columns

Column nameData typeDescription
SiteIduniqueidentifierID of the site available, from the Sites table. Part of the primary key.
IduniqueidentifierID of the document, available from the Documents table. Part of the primary key.
VersionintVersion number of the document version. Part of the primary key.
TimeCreateddatetimeDate and time the version was created.
DocFlagstinyintType of document: Dynamic pages (1); Images (8); Checkout (32); unghosted (64); Images (68); Thumbnails (70).
MetaInfoSizeintSize of the metainfo parameter for the document.
SizeintSize of the document.
VirusVendorIdintID of the antivirus software vendor whose software is used to scan the document available from the AntiVirusVendors table .
VirusStatusintVirus scan status.
VirusInfonvarcharVirus scan information.
MetaInfoimageValue of metainfo parameter for the document in binary format.
ContentimageContents of the document in binary format.

Page view tracker