DataExplorerConnectionProperties.RecordPropertyAndItemRemovals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET