Skip to main content

Purpose

Contains a list of Recognition Server projects. Diagram of relationships between objects to be processed Diagram of relationships between routing tables Diagram of relationships between access control tables

List of columns

Key

Name

Type

Required

Description

PK

Id

int

yes

Project identifier.

 

CreationDate

datetime

yes

The date of the creation of a project.

EnableHotFolder

tinyint

yes

Indicates whether hot folders are enabled for the project. The default value is 0.

FileVersion

int

yes

Version of the project file.

Flags

int

yes

Flags that describe a project’s status.

Guid

uniqueidentifier

yes

Unique identifier of a project.

LinkedGuid

uniqueidentifier

no

Unique identifier of a parent project (for test copies).

Name

nvarchar

no

Project name.

OwnerId

int

no

Identifier of the owner of a project (for test copies). Corresponds to the entry identifier in the Principal table.

SLAMinutes

int

no

The time limit within which the batch needs to be processed, in minutes. No time limit if unspecified.

SLAWarningSeconds

int

no

The time before a warning about long processing times is issued for the batch.

TenantId

int

no

Identifier of the tenant.