編輯

共用方式為


incompleteData resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

The incompleteData facet indicates that a resource was generated with incomplete data. The properties within may provide information about why there's incomplete data.

JSON representation

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

Properties

Property Type Description
missingDataBeforeDateTime DateTimeOffset The service doesn't have source data before the specified time.
wasThrottled Boolean Some data wasn't recorded due to excessive activity.