Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: microsoft.graph
Metadata related to the files that were uploaded as part of a customDataProvidedResourceUploadSession.
Properties
| Property | Type | Description |
|---|---|---|
| filesUploaded | Int32 | Number of files uploaded in this session. |
| totalBytesUploaded | Int64 | Total bytes uploaded in this session. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customDataProvidedResourceUploadStats",
"filesUploaded": "Int32",
"totalBytesUploaded": "Int64"
}