Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.52 KB

File metadata and controls

44 lines (35 loc) · 1.52 KB
title fileFormatReferenceValue resource type
description Represents a reference to a RefFileFormat entry in a collection of referenceDefinition objects.
author dakelle
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 06/05/2024

fileFormatReferenceValue resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents a reference to a RefFileFormat entry in a collection of referenceDefinition objects.

Inherits from referenceValue.

Properties

Property Type Description
code String The code of the desired referenceDefinition entry. Inherited from referenceValue.The possible values are: schoolDataSyncV1, schoolDataSyncV2Rev1

Relationships

Relationship Type Description
value microsoft.graph.industryData.referenceDefinition The reference to the bound referenceDefinition entity. Inherited from referenceValue

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.fileFormatReferenceValue",
  "code": "String"
}