mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 19:50:42 +08:00
93 lines
3.1 KiB
JSON
93 lines
3.1 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"file_information",
|
|
"directory_location",
|
|
"fields"
|
|
],
|
|
"title": "DataSourceObject - Metadata API",
|
|
"description": "Represents the object from where the data was sourced.",
|
|
"file_information": ".dataSourceObject",
|
|
"directory_location": "mktDataSourceObjects",
|
|
"fields_columns": [
|
|
"type",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"accelerationEnabled": {
|
|
"type": "AccelerationEnabled (enumeration of type string)",
|
|
"description": "Acceleration of data stream processing. Available in API version 63.0 and later. Possible values are: Yes No"
|
|
},
|
|
"additionalDLOInfoJson": {
|
|
"type": "string",
|
|
"description": "Additional information about the Directory Table data lake object (DLO), such as the directory path and file pattern."
|
|
},
|
|
"creationType": {
|
|
"type": "string",
|
|
"description": "Indicates whether this object was added by the user or as part of a standard taxonomy."
|
|
},
|
|
"dataConnection": {
|
|
"type": "string",
|
|
"description": "The source data connector for the Directory Table DLO."
|
|
},
|
|
"dataSource": {
|
|
"type": "string",
|
|
"description": "The system where the data was sourced.",
|
|
"required": true
|
|
},
|
|
"dataSourceFields": {
|
|
"type": "DataSourceField[]",
|
|
"description": "An array of data source fields."
|
|
},
|
|
"dmoDeveloperName": {
|
|
"type": "string",
|
|
"description": "The developer name of the Directory Table data model object (DMO)."
|
|
},
|
|
"dmoLabel": {
|
|
"type": "string",
|
|
"description": "The UI name of the Directory Table DMO."
|
|
},
|
|
"externalDatabaseName": {
|
|
"type": "string",
|
|
"description": "The name of the external database for the data source object. Available in API version 63.0 and later."
|
|
},
|
|
"externalObjectName": {
|
|
"type": "string",
|
|
"description": "The external data source object. Available in API version 63.0 and later."
|
|
},
|
|
"externalRecordIdentifier": {
|
|
"type": "string",
|
|
"description": "The identifier for the data source."
|
|
},
|
|
"externalSchemaName": {
|
|
"type": "string",
|
|
"description": "The name of the schema within the external database. Available in API version 63.0 and later."
|
|
},
|
|
"masterLabel": {
|
|
"type": "string",
|
|
"description": "The UI name for the data source object.",
|
|
"required": true
|
|
},
|
|
"objectCategory": {
|
|
"type": "string",
|
|
"description": "The category of the data source object."
|
|
},
|
|
"objectType": {
|
|
"type": "DataObjectType (enumeration of type string)",
|
|
"description": "The object type. Possible values are: API Object Table"
|
|
},
|
|
"sourceObject": {
|
|
"type": "string",
|
|
"description": "The developer name of the source object for the data source object."
|
|
},
|
|
"storageType": {
|
|
"type": "StorageType (enumeration of type string)",
|
|
"description": "The type of storage used for data source object. Available in API version 63.0 and later. Possible values are: External Local"
|
|
},
|
|
"templateVersion": {
|
|
"type": "int",
|
|
"description": "The version number of the data source object."
|
|
}
|
|
}
|
|
} |