vdsBlob

Prev Next

The vdsBlob table stores the binary data required for performing file-based operations in environments with multiple OneSpan Authentication Server instances, such as DIGIPASS export file (DPX) import or user import via CSV file. Each BLOB is split into chunks, and each chunk constitutes a separate database record.

Columns

Table:  vdsBlob table columns
Column nameData typePrimary keyNullableDescription
vdsKeyvarchar(255)YesNoUnique key used to identify a BLOB.
vdsChunkuintYesNoThe number of the BLOB chunk, starting at 0.
vdsNamevarchar(255)NoYesOptional name for the BLOB.
vdsTypeintegerNoNoType of binary data included in the BLOB.
vdsDatabinaryNoNoBinary data of the BLOB chunk.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsKey, vdsChunk)

Foreign keys: None

Indexes

Table:  vdsBlob table indexes
Index nameIncluded fields
Level 0 (default)
vdsblobidx

vdsKey

vdsChunk