Search Results for

    Show / Hide Table of Contents

    Interface IActivityIncomplete

    Indicates that a resource was generated with incomplete data. The properties within might provide information about why the data is incomplete.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IActivityIncomplete

    Properties

    MissingDataBeforeDateTime

    The service does not have source data before the specified time.

    Declaration
    DateTime MissingDataBeforeDateTime { get; }
    Property Value
    DateTime

    NotSupported

    Not supported

    Declaration
    bool NotSupported { get; }
    Property Value
    System.Boolean

    ResultsPending

    Some data is still pending processing.

    Declaration
    bool ResultsPending { get; }
    Property Value
    System.Boolean

    WasThrottled

    Some data was not recorded due to excessive activity.

    Declaration
    bool WasThrottled { get; }
    Property Value
    System.Boolean

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