Repository¶
Centrally store queries, reports and scripts that can be used by multiple components.
Fields¶
Field | Type | Description |
---|---|---|
Blob | varbinary | Contents of this repository item |
Created | datetime2 | Date/Time this item was created |
CreatedBy | nvarchar | User that created this item |
CustomerID | uniqueidentifier | A Guid that identifies the customer for customer specific items |
Description | nvarchar | Description if supported by the repository type |
DocumentationPath | nvarchar | Path into online documentation of this item |
Enabled | bit | This item is selectable in the gui / runnable in services |
ExtraData | nvarchar | Extra data for this repository item |
GUID | uniqueidentifier | GUID if supported by the content type stored in the repository item |
Hash | nvarchar | Hash calculated over the repository binary contents |
ID | bigint | Internal ID for the Repository entity (Primary Key) |
InstallationID | uniqueidentifier | Reserved for future use |
LastModification | datetime2 | Date/Time this item was last modified |
LastModifiedBy | nvarchar | User that last modified this item |
Path | nvarchar | A logical path name that optionally specifies the position of this item in tree structures |
RepositoryGroup | nvarchar | An identification string that can be be referenced when loading repository items |
RequiredModules | nvarchar | Required modules to enable this item |
RequiredPrivileges | nvarchar | List of rbac privileges required to enable this item |
SourceLastModified | datetime2 | Last write time of the source file |
SupportDesktop | bit | This resource can be used by desktop applications |
SupportWeb | bit | This resource can be used by web applications |