Megosztás a következőn keresztül:


RecordPropertyAndItemRemoval Struct

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 readonly struct RecordPropertyAndItemRemoval : IEquatable<Azure.ResourceManager.DigitalTwins.Models.RecordPropertyAndItemRemoval>
type RecordPropertyAndItemRemoval = struct
Public Structure RecordPropertyAndItemRemoval
Implements IEquatable(Of RecordPropertyAndItemRemoval)
Inheritance
RecordPropertyAndItemRemoval
Implements

Constructors

RecordPropertyAndItemRemoval(String)

Initializes a new instance of RecordPropertyAndItemRemoval.

Properties

False

false.

True

true.

Methods

Equals(RecordPropertyAndItemRemoval)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RecordPropertyAndItemRemoval, RecordPropertyAndItemRemoval)

Determines if two RecordPropertyAndItemRemoval values are the same.

Implicit(String to RecordPropertyAndItemRemoval)

Converts a string to a RecordPropertyAndItemRemoval.

Inequality(RecordPropertyAndItemRemoval, RecordPropertyAndItemRemoval)

Determines if two RecordPropertyAndItemRemoval values are not the same.

Applies to