| title | fileStorageContainerCustomPropertyValue resource type |
|---|---|
| description | Contains the custom property values that are stored in a fileStorageContainerCustomPropertyDictionary resource. |
| author | tonchan-msft |
| ms.localizationpriority | medium |
| ms.subservice | onedrive |
| doc_type | resourcePageType |
| ms.date | 05/09/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Contains the custom property values that are stored in a fileStorageContainerCustomPropertyDictionary resource.
| Property | Type | Description |
|---|---|---|
| isSearchable | Boolean | Indicates whether the custom property is searchable. Optional. The default value is false. |
| value | String | The value of the custom property. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fileStorageContainerCustomPropertyValue",
"value": "String",
"isSearchable": "Boolean"
}