Click or drag to resize

CreateEntity Properties

The CreateEntity 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 value.
Public propertyValues
An array of objects describing the entity values.
Top
See Also