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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.