vdsConfiguration

Prev Next

The vdsConfiguration table stores global configuration settings using name/value pairs.

Columns

Table:  vdsConfiguration table columns
Column nameData typePrimary keyNullableDescription
vdsNamevarchar(64)YesNoThe configuration key name.

vdsValue

varchar(2048)

NoYesThe configuration key value.
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsKeyIDvarchar(255)NoYes 
vdsValueKeyIDvarchar(255)NoYes 
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsName)

Foreign keys:

  • (vdsKeyID) references vdsKey (vdsKeyID)
  • (vdsValueKeyID) references vdsKey (vdsKeyID)

Indexes

Table:  vdsConfiguration table indexes
Index nameIncluded fields
Level 0 (default)
vdsconfigurationidxvdsName