Files View (System_Runtime)
Maps files to the assemblies they contain.
Fields
The following table lists the fields in the Files view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the file. |
Assembly |
bigint |
yes |
The assembly that the file contains. References the [System_Runtime].[Assemblies] view. |
Name |
nvarchar(max) |
yes |
The name of the file. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the file. References the [Repository.Item].[Folders] view. (Default = 100) |
ContainsMetadata |
bit |
yes |
A bit flag that specifies whether the file contains metadata. (Default = 0) |
HashValue |
varbinary(max) |
yes |
The binary hash value of the file. |