| 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 |
Namespace: microsoft.graph.industryData
[!INCLUDE beta-disclaimer]
Represents a reference to a RefFileFormat entry in a collection of referenceDefinition objects.
Inherits from referenceValue.
| Property | Type | Description |
|---|---|---|
| code | String | The code of the desired referenceDefinition entry. Inherited from referenceValue.The possible values are: schoolDataSyncV1, schoolDataSyncV2Rev1 |
| Relationship | Type | Description |
|---|---|---|
| value | microsoft.graph.industryData.referenceDefinition | The reference to the bound referenceDefinition entity. Inherited from referenceValue |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.fileFormatReferenceValue",
"code": "String"
}