Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the response of the sharepointBrowseSession and oneDriveForBusinessBrowse APIs.
Properties
| Property | Type | Description |
|---|---|---|
| itemKey | String | Unique identifier of the returned item. |
| itemsCount | Int32 | The count of items present within the items; for example, the count of files in a folder. |
| name | String | The name of the item. |
| sizeInBytes | String | The size of the item in bytes. |
| type | browseQueryResponseItemType | The type of the item. The possible values are: none, site, documentLibrary, folder, file, unknownFutureValue. |
| webUrl | String | The web URL of the item. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.browseQueryResponseItem",
"itemKey": "String",
"itemsCount": "Int32",
"name": "String",
"sizeInBytes": "String",
"type": "String",
"webUrl": "String"
}