Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.6 KB

File metadata and controls

56 lines (41 loc) · 1.6 KB
author daspek
description Represents the default value for a columnDefinition.
title defaultColumnValue resource type
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice sharepoint
ms.date 07/22/2024

defaultColumnValue resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the default value for a columnDefinition. The default value can either be specified directly or as a formula.

Properties

Property Type Description
formula String The formula used to compute the default value for the column.
value String The direct value to use as the default value for the column.

You can specify either a formula or value at a time.

SharePoint formulas use a syntax similar to Excel formulas. For more information, see Examples of common formulas in SharePoint Lists.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "formula": "String",
  "value": "String"
}