Class: Field

diffusion.metadata.RecordContent. Field

new Field()

Deprecated

As of 6.0, RecordContent is deprecated. Instead, use the RecordV2 Data Type for record-based values.

Defines a single named field. A field has a particular metadata type, that defines the value type of the content.

Properties:
Name Type Argument Default Description
name String The name of this field
type diffusion.metadata.String | diffusion.metadata.Integer | diffusion.metadata.Decimal <optional>
diffusion.metadata.String The metadata type to use for this field
occurs diffusion.metadata.RecordContent.Occurs | Number <optional>
1 The number of times this field may occur
Deprecated:
  • Yes