ChangeTrackingAllowed Property

Version: Available or changed with runtime version 2.0.

Sets a value that indicates whether the entity exposed through the OData API supports change tracking.

Applies to

  • Page

Property value

True if the page is exposed as a service, otherwise false. The default is false.

When the value of the property is set to true, an annotation is written in the OData metadata document which indicates that the exposed entity supports change tracking. The default is false.

Syntax

ChangeTrackingAllowed = true;

Note

The property ChangeTrackingAllowed can only be set if the PageType Property is set to API. From Wave 1 2024 setting this property has no effect, as delta links are no longer supported.

See Also

Properties