Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.21 KB

filestoragecontainercustompropertydictionary.md

File metadata and controls

41 lines (29 loc) · 1.21 KB
title description author ms.localizationpriority ms.subservice doc_type
fileStorageContainerCustomPropertyDictionary resource type
Represents a dictionary that stores the custom properties of a fileStorageContainer in key/value pairs.
tonchan-msft
medium
onedrive
resourcePageType

fileStorageContainerCustomPropertyDictionary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a dictionary that stores the custom properties of a fileStorageContainer in key-value pairs.

Each custom property consists of keys (custom property names) and fileStorageContainerCustomPropertyValue values (custom property values).

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.fileStorageContainerCustomPropertyDictionary"
}