incompleteData resource type

Namespace: microsoft.graph

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

Properties

Property Type Description
missingDataBeforeDateTime DateTimeOffset The service does not have source data before the specified time.
wasThrottled Boolean Some data was not recorded due to excessive activity.

JSON representation

{
  "missingDataBeforeDateTime": "String (timestamp)",
  "wasThrottled": false
}