Table of Contents

Interface IActivityIncomplete

Namespace
PnP.Core.Model.SharePoint
Assembly
PnP.Core.dll

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

public interface IActivityIncomplete

Properties

MissingDataBeforeDateTime

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

DateTime MissingDataBeforeDateTime { get; }

Property Value

DateTime

NotSupported

Not supported

bool NotSupported { get; }

Property Value

bool

ResultsPending

Some data is still pending processing.

bool ResultsPending { get; }

Property Value

bool

WasThrottled

Some data was not recorded due to excessive activity.

bool WasThrottled { get; }

Property Value

bool