2.2.4.17 Document Versions Result Set

The Document Versions Result Set returns version information for a specified document. Document Versions Result Set is defined using T-SQL syntax, as follows.

 TimeCreated      datetime,
 Version          int,
 Size             int,
 MetaInfo         image;

TimeCreated: The date and time this version was created or last modified or long-term checked out.

Version: A counter that is incremented when a new document is created and used for internal conflict detection.

Size: The number of bytes in the document stream.

MetaInfo: A metadict for the document. The metadict format is specified in [MS-FPSE] section 2.2.2.2.11.