Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.DataGraphField

Represents a field of a data graph.
Property Name Type Description Available Version
ciFieldType DaoObjectFieldTypeQueryEnum Type of the calculated insight field.
  • Dimension
  • Measure
  • ObjectTypeUnspecified
59.0
dataGraphFieldDevName String Developer name of the field. 61.0
dataType String Data type of the field. 59.0
developerName String Developer name of the data graph. 59.0
isProjected String Indicates whether the field needs to be projected in output JSON (true) or not (false). 59.0
keyCol String Indicates whether the field is a primary key (true) or not (false). 59.0
keyQualifierName String Qualifier name of the key for the field. 59.0
length String Length of the field. 59.0
lookupCol String Lookup column for the field. 59.0
usageTag String Indicates whether the field represents a key qualifier field (KEY_QUALIFIER) or not (NONE). 59.0