mktg_virtual_directory Table
The mktg_virtual_directory table in the marketing database contains information about virtual directories in the Marketing System.
The following table describes the columns in the mktg_virtual_directory table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
u_vdir_url |
nvarchar(255) |
no |
The URL of this virtual directory. This is a primary key. |
u_vdir_cache_name |
nvarchar(50) |
no |
The name of the cache associated with this virtual directory. This is a primary key. |
dt_vdir_created |
datetime |
no |
The date and time at which this virtual directory was created. |
dt_vdir_last_refreshed |
datetime |
no |
The date and time at which this virtual directory was last refreshed. |