Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.23 KB

File metadata and controls

42 lines (30 loc) · 1.23 KB
title fileStorageContainerCustomPropertyDictionary resource type
description Represents a dictionary that stores the custom properties of a fileStorageContainer in key/value pairs.
author tonchan-msft
ms.localizationpriority medium
ms.subservice onedrive
doc_type resourcePageType
ms.date 05/09/2024

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