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
NotSupported
Not supported
bool NotSupported { get; }
Property Value
ResultsPending
Some data is still pending processing.
bool ResultsPending { get; }
Property Value
WasThrottled
Some data was not recorded due to excessive activity.
bool WasThrottled { get; }