A client is a logical arrangement of processes belonging together.
Column | Data type | Max. length (bytes) | Allow nulls | Description |
ID | int | 4 | False | Unique identifier of the client. |
Rev | int | 4 | False | Revision number. For internal use. |
Acl | varbinary(max) | max | False | For internal use only. |
Name | nvarchar(255) | 510 | False | The name of the client. |
SessionID | bigint | 8 | False | Unique identifier of the session that checked out the document. From the W_Session table. Internal. |
SessionSiteId | int | 4 | False | Currently not used. |
Identifier | nvarchar(255) | 510 | False | The unique identifier of the client. |
Hidden | int | 4 | False | Currently not used. |
Documentation | varbinary(max) | max | False | Design comments associated with the client. |
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. |