Search Results for

    Show / Hide Table of Contents

    Class AnalyticsOptions

    Defines what analytics must be retrieved

    Inheritance
    System.Object
    AnalyticsOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AnalyticsOptions : object

    Properties

    CustomAggregationInterval

    Aggregation interval for analytics retrieval using Custom as interval. Defaults to Day

    Declaration
    public AnalyticsAggregationInterval CustomAggregationInterval { get; set; }
    Property Value
    AnalyticsAggregationInterval

    CustomEndDate

    End date (UTC) for analytics retrieval using Custom as interval

    Declaration
    public DateTime CustomEndDate { get; set; }
    Property Value
    DateTime

    CustomStartDate

    Start date (UTC) for analytics retrieval using Custom as interval

    Declaration
    public DateTime CustomStartDate { get; set; }
    Property Value
    DateTime

    Interval

    Defines the analytics interval, defaults to all time

    Declaration
    public AnalyticsInterval Interval { get; set; }
    Property Value
    AnalyticsInterval

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer