mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

SobekCM_Stats_DataSet Class



All of the information about a range of hits and sessions against this SobekCM system


Namespace: SobekCM.Builder_Library.Statistics
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public class SobekCM_Stats_DataSet

Remarks

This class is used by the SobekCM Stats Reader app

Inheritance Hierarchy

System..::..Object
  SobekCM.Builder_Library.Statistics..::..SobekCM_Stats_DataSet

Constructors

  NameDescription
Public methodSobekCM_Stats_DataSet
Constructor for a new instance of the SobekCM Statistics dataset

Methods

  NameDescription
Public methodAdd_Bib_Hit
Add a single hit against a title (or BibID)
Public methodAdd_Collection_Hit
Add a single hit against an aggregation (or collection)
Public methodAdd_Institution_Hit
Add a single hit against an institutional aggregation
Public methodAdd_IP_Hit
Add a single mapping from IP address to the user agent, or browser/system information
Public methodAdd_Item_Hit
Adds a single hit against an item within this library
Public methodAdd_JSON_Hit
Add the fact that a single hit occurred against the JSON writers
Public methodAdd_OAI_Hit
Add the fact that a single hit occurred against the OAI-PMH writers
Public methodAdd_Portal_Hit
Add a single hit against a portal
Public methodAdd_Robot_Hit
Add a single robotic hit (otherwise not analyzed)
Public methodAdd_WebContent_Hit
Add a single hit against static web content
Public methodAdd_XML_Hit
Add the fact that a single hit occurred against the XML writers
Public methodIncrement_Hits
Increment the number of (human) hits
Public methodIncrement_Sessions
Increment the number of (human) sessions or visits
Public methodMerge
Merge this data with another existing set of data
Public methodPerform_SQL_Inserts
Write the list of all SQL insert command to add this new usage statistical information to the SobekCM database
Public methodRead_XML
Read an existing XML output from this class into this object
Public methodWrite_Highest_Users
Write the highest users as a XML file
Public methodWrite_XML(String)
Write this data as XML
Public methodWrite_XML(String, String)
Write this data as XML

Properties

  NameDescription
Protected propertyBib_Stats_Table
Protected propertyCollection_Stats_Table
Public propertyDate
Date related to this dataset
Public propertyHit_IP_Cutoff
When writing the list of the most commonly session IPs and user agent information (for analysis on new search engine robots) how many should be written in the special _users .xml file?
Protected propertyInstitution_Stats_Table
Protected propertyIP_Addresses
Protected propertyItem_Stats_Table
Protected propertyPortal_Stats_Table
Protected propertySobekCM_Stats_Table
Protected propertyWebContent_Stats_Table

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )