DataExplorerConnectionProperties.RecordPropertyAndItemRemovals Property

Definition

Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.

public Azure.ResourceManager.DigitalTwins.Models.RecordPropertyAndItemRemoval? RecordPropertyAndItemRemovals { get; set; }
member this.RecordPropertyAndItemRemovals : Nullable<Azure.ResourceManager.DigitalTwins.Models.RecordPropertyAndItemRemoval> with get, set
Public Property RecordPropertyAndItemRemovals As Nullable(Of RecordPropertyAndItemRemoval)

Property Value

Applies to