Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.23 KB

File metadata and controls

46 lines (34 loc) · 1.23 KB
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

fileStorageContainerCustomPropertyValue resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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"
}