fileStorageContainerCustomPropertyValue resource type
In this article
Namespace: microsoft.graph
Contains the custom property values 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 | Value of the custom property. Required. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fileStorageContainerCustomPropertyValue",
"value": "String",
"isSearchable": "Boolean"
}