Click or drag to resize
NxFieldDescription Properties

The NxFieldDescription type exposes the following members.

Properties
  NameDescription
Public propertyAndMode
If set to true a logical AND (instead of a logical OR) is used when making selections in a field. The default value is false.
Public propertyCardinal
Number of distinct field values
Public propertyDerivedFieldData
Lists the derived fields if any.
Public propertyIsDefinitionOnly
If set to true, it means that the field is a field on the fly.
Public propertyIsDetail
Is used for Direct Discovery. If set to true, it means that the type of the field is detail.
Public propertyIsHidden
If set to true, it means that the field is hidden.
Public propertyIsImplicit
Is used for Direct Discovery. If set to true, it means that the type of the field is measure.
Public propertyIsSemantic
If set to true, it means that the field is a semantic.
Public propertyIsSystem
If set to true, it means that the field is a system field.
Public propertyName
Name of the field
Public propertySession
The session from which this structure was created.
(Inherited from AbstractStructure.)
Public propertyTags
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII
Top
See Also