HT_Cache Table
The HT_Cache table stores documents converted by the HTML viewing feature of Microsoft Windows SharePoint Services. When a compatible converter application is installed, this feature displays a document in HTML format if the client computer does not recognize the document type.
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 name | Data type | Description |
---|---|---|
TimeStamp | smalldatetime | Date and time when this record was inserted or last updated. |
SiteId | uniqueidentifier | ID of the site available, from the Sites table. Part of the primary key. |
DirName | nvarchar | Folder name of the source folder of the original document in the site. Part of the primary key. |
LeafName | nvarchar | File name of the original document in the site. Part of the primary key. |
TransName | nvarchar | File name of the converted document. Part of the primary key. |
JobType | tinyint | Numeric value that corresponds to a conversion type. |
STSDocVersion | datetime | The date and time the original document was last modified. |
File | image | The binary contents of the converted document. |
FileSize | int | The size in bytes of the converted document. |
MainFile | bit | Boolean value that indicates whether this file is the main file. The HTML conversion process may generate one or more supporting files in addition to the main file. |