RecordPropertyAndItemRemovals Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. digitaltwins. models. RecordPropertyAndItemRemovals
- com.
- com.
public final class RecordPropertyAndItemRemovals
extends ExpandableStringEnum<RecordPropertyAndItemRemovals>
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.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Record |
FALSE
Static value false for Record |
|
static final
Record |
TRUE
Static value true for Record |
Constructor Summary
| Constructor | Description |
|---|---|
| RecordPropertyAndItemRemovals() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Record |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Record |
fromString(String name)
Creates or finds a Record |
|
static
Collection<Record |
values()
Gets known Record |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final RecordPropertyAndItemRemovals FALSE
Static value false for RecordPropertyAndItemRemovals.
TRUE
public static final RecordPropertyAndItemRemovals TRUE
Static value true for RecordPropertyAndItemRemovals.
Constructor Details
RecordPropertyAndItemRemovals
@Deprecated
public RecordPropertyAndItemRemovals()
Deprecated
Creates a new instance of RecordPropertyAndItemRemovals value.
Method Details
fromString
public static RecordPropertyAndItemRemovals fromString(String name)
Creates or finds a RecordPropertyAndItemRemovals from its string representation.
Parameters:
Returns:
values
public static Collection<RecordPropertyAndItemRemovals> values()
Gets known RecordPropertyAndItemRemovals values.
Returns: