RecordPropertyAndItemRemovals Class

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 RecordPropertyAndItemRemovals FALSE

Static value false for RecordPropertyAndItemRemovals.

static final RecordPropertyAndItemRemovals TRUE

Static value true for RecordPropertyAndItemRemovals.

Constructor Summary

Constructor Description
RecordPropertyAndItemRemovals()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RecordPropertyAndItemRemovals value.

Method Summary

Modifier and Type Method and Description
static RecordPropertyAndItemRemovals fromString(String name)

Creates or finds a RecordPropertyAndItemRemovals from its string representation.

static Collection<RecordPropertyAndItemRemovals> values()

Gets known RecordPropertyAndItemRemovals values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding RecordPropertyAndItemRemovals.

values

public static Collection<RecordPropertyAndItemRemovals> values()

Gets known RecordPropertyAndItemRemovals values.

Returns:

known RecordPropertyAndItemRemovals values.

Applies to