Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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
}