Share via


SiteURL

The SiteURL class represents a URL-based connection between Web sites and virtual servers. The relationship between a Web site and a virtual server is represented by a link to a Site object and a link to a VirtualServer object.

The SiteURL object stores the first portion, or top level, of a site (for example, the domain name). If it is needed, a URI object is linked to the SiteURL object to form the complete URL for the site.

If there are any query strings (SVQStringName or MVQStringName objects) associated with the site URL, they will be linked to the SiteURL object by using the LinkSVQStringName or LinkMVQStringName objects.

Data Members

Data member name

Data type

Default value

Description

ExcludeCriteria

nvarchar(255)

None

Stores the exclude criteria for the URL.

ExcludeHosts

nvarchar(255)

None

Stores the hosts excluded from access through the URL.

GoodStatusCodes

nvarchar(255)

None

None.

IncludeCriteria

nvarchar(255)

None

None.

IsChopTopLevelDir

smallint

None

Indicates whether the top-level directory is removed from the URL.

URL

nvarchar(255)

None

Stores the first portion, or top level, of a site. Stores the URL as the unique key for the object.

URLExt

nvarchar(255)

None

Stores the extended data for the URL.

SiteID

binary

None

None.

Class Key

SiteURLKey is composed of a single data member, URL.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation name

Parent

Child

Type

SiteSiteURIRel

Site

SiteURL

2

SiteURLLinkMVQStringNameRel

SiteURL

LinkMVQStringName

2

SiteURLLinkSVQStringNameRel

SiteURL

LinkSVQStringName

2

VirtualServerSiteURLRel

VirtualServer

SiteURL

3

See Also

Other Resources

Data Warehouse Classes