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.DataGraphObjectData

Represents object metadata for a data graph.
Property Name Type Description Available Version
dataGraphSourceDevName String Developer name of the source data graph for the data object. 61.0
developerName String Developer name of the data object for the data graph. 59.0
fields List<ConnectApi.DataGraphField> List of fields for the data object of the data graph. 59.0
filterCriteria String Filter criteria for the data object of the data graph. 59.0
memberDmoName String Name of the member Data Model Object (DMO) for the data graph. 59.0
paths List<ConnectApi.DataGraphRelationship> List of data path relationships for the object data of the data graph. 59.0
recencyCriteria List<ConnectApi.RecencyCriteria> List of recency criteria for the object data of the data graph. 59.0
relatedObjects List<ConnectApi.DataGraphObjectData> Recursive list of related data objects for the data graph. 59.0
type DataGraphObjectTypeEnum Data type of the data object for the data graph.
  • Adg
  • AdgActivationAudience
  • AdgExternal
  • Bridge
  • Calculated
  • CalculatedRealTime
  • CalculatedStreaming
  • Curated
  • Custom
  • Derived
  • MlPrediction
  • ObjectTypeUnspecified
  • Package
  • SegmentMembership
  • Standard
  • System
  • Transform
59.0