Help > Tables > W_Image

Table: W_Image

Image of a scanned page.

Column

Data type

Max. length (bytes)

Allow nulls

Description

ID

bigint

8

False

Unique identifier of the image.

SiteId

int

4

False

Currently not used.

Rev

bigint

8

False

Revision number. For internal use.

Acl

varbinary(max)

max

False

For internal use only.

MAcl

varbinary(max)

max

False

For internal use only.

PageID

bigint

8

False

The ID of the page in W_Page.

PageSiteId

int

4

False

Currently not used.

MediumID

bigint

8

False

The ID of the medium in W_Medium.

MediumSiteId

int

4

False

Currently not used.

BatchID

bigint

8

False

The ID of the root document (BatchID in W_Document).

BatchSiteId

int

4

False

Currently not used.

Identifier

nvarchar(255)

510

False

The unique identifier of the image.

SequenceNumber

int

4

False

Sequence number of the image, if the referenced medium contains multiple images.

Item

int

4

False

Sequential number of the image.

DeletedAt

datetime

8

True

The date when the data set was deleted from the XBOUND database (main database).

Available in XBOUND 3.8 and later.

Foreign keys

Name

Columns

FK_W_Image_W_Page

PageID -> W_Page.ID

PageSiteId -> W_Page.SiteId

Uses

The available tables

The available views