Class AnalyticsOptions
Defines what analytics must be retrieved
Inheritance
System.Object
AnalyticsOptions
Assembly: PnP.Core.dll
Syntax
public class AnalyticsOptions : object
Properties
Aggregation interval for analytics retrieval using Custom as interval. Defaults to Day
Declaration
public AnalyticsAggregationInterval CustomAggregationInterval { get; set; }
Property Value
End date (UTC) for analytics retrieval using Custom as interval
Declaration
public DateTime CustomEndDate { get; set; }
Property Value
Start date (UTC) for analytics retrieval using Custom as interval
Declaration
public DateTime CustomStartDate { get; set; }
Property Value
Defines the analytics interval, defaults to all time
Declaration
public AnalyticsInterval Interval { get; set; }
Property Value