fileStorageContainerCustomPropertyValue resource type
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.
Contains the custom property values that are stored in a fileStorageContainerCustomPropertyDictionary resource.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.fileStorageContainerCustomPropertyValue",
"value": "String",
"isSearchable": "Boolean"
}