Search Results for

    Show / Hide Table of Contents

    Class AnalyticsOptions

    Defines what analytics must be retrieved

    Inheritance
    object
    AnalyticsOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AnalyticsOptions

    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