Interface IActivityIncomplete
Indicates that a resource was generated with incomplete data. The properties within might provide information about why the data is incomplete.
Assembly: PnP.Core.dll
Syntax
public interface IActivityIncomplete
Properties
The service does not have source data before the specified time.
Declaration
DateTime MissingDataBeforeDateTime { get; }
Property Value
Declaration
bool NotSupported { get; }
Property Value
Some data is still pending processing.
Declaration
bool ResultsPending { get; }
Property Value
Some data was not recorded due to excessive activity.
Declaration
bool WasThrottled { get; }
Property Value