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 | datetime | Date/Time this item was created |
| CreatedBy | string | User that created this item |
| CustomerID | guid | A Guid that identifies the customer for customer specific items |
| Description | string | Description if supported by the repository type |
| DocumentationPath | string | Path into online documentation of this item |
| Enabled | boolean | This item is selectable in the gui / runnable in services |
| ExtraData | string | Extra data for this repository item |
| GUID | guid | GUID if supported by the content type stored in the repository item |
| Hash | string | Hash calculated over the repository binary contents |
| ID | numeric | Internal ID for the Repository entity (Primary Key) |
| InstallationID | guid | Reserved for future use |
| LastModification | datetime | Date/Time this item was last modified |
| LastModifiedBy | string | User that last modified this item |
| Path | string | A logical path name that optionally specifies the position of this item in tree structures |
| RepositoryGroup | string | An identification string that can be be referenced when loading repository items |
| RequiredModules | string | Required modules to enable this item |
| RequiredPrivileges | string | List of rbac privileges required to enable this item |
| SourceLastModified | datetime | Last write time of the source file |
| SupportDesktop | boolean | This resource can be used by desktop applications |
| SupportWeb | boolean | This resource can be used by web applications |