VisualforceAccessMetrics

Represents summary statistics for Visualforce pages.

Supported Calls

count(), query(), retrieve()

Fields

Field Details
ApexPageId
Type
reference
Properties
Aggregate, Filter, Group, Sort
Description
The ID of the Visualforce page.
DailyPageViewCount
Type
integer
Properties
Aggregate, Filter, Group, Nillable, Sort
Description
The number of views received by the specified Visualforce page.
MetricsDate
Type
date
Properties
Aggregate, Filter, Group, Sort
Description
The date the metrics are queried.

Usage

Use this object to query information on the Visualforce pages in your org.

SELECT ApexPageId,DailyPageViewCount,Id,MetricsDate FROM VisualforceAccessMetrics