JDBC Driver for Confluence

Build 22.0.8462

ViewsAnalytics

Get the total number of views a piece of content has.

Table Specific Information

Select

The driver will use the Confluence API to process WHERE clause conditions built with the following column and operator.

  • FromDate supports the '=' comparison.
  • ContentId supports the '=,IN' comparison.

For example, the following queries are processed server side:

SELECT * FROM ViewsAnalytics
SELECT * FROM ViewsAnalytics WHERE FromDate='2023-01-02'

Columns

Name Type References SupportedOperators Description
ContentId String =,IN The Id of the page content.
NumberOfViews String the total number of views a piece of content has.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
FromDate Date The number of views for the content from the date.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462