Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.25 KB

File metadata and controls

48 lines (37 loc) · 1.25 KB
author daspek
description The incompleteData facet indicates that a resource was generated with incomplete data.
ms.date 10/06/2017
title IncompleteData
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint

incompleteData resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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

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.

Relationships

None.

JSON representation

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