Click or drag to resize

UpdateEntity Properties

The UpdateEntity type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The description of the entity. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 128 characters.
Public propertyEntity
The name of the entity. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, and hyphen characters. - It cannot begin with the reserved prefix `sys-`. - It must be no longer than 64 characters.
Public propertyFuzzyMatch
Whether to use fuzzy matching for the entity.
Public propertyMetadata
Any metadata related to the entity.
Public propertyValues
An array of entity values.
Top
See Also