fileStorageContainerCustomPropertyValue resource type
Namespace: microsoft.graph
Contains the custom property values 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 | 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"
}