SalesforceV2ObjectDataset Class
The Salesforce V2 object dataset.
Constructor
SalesforceV2ObjectDataset(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
Dataset description. |
|
structure
|
Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement. |
|
schema
|
Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement. |
|
linked_service_name
|
Linked service reference. Required. |
|
parameters
|
Parameters for dataset. |
|
annotations
|
List of tags that can be used for describing the Dataset. |
|
folder
|
The folder that this Dataset is in. If not specified, Dataset will appear at the root level. |
|
type_properties
|
Salesforce V2 object dataset properties. |
|
type
|
Type of dataset. Required. Default value is "SalesforceV2Object". |
Attributes
type
Type of dataset. Required. Default value is "SalesforceV2Object".
type: Literal['SalesforceV2Object']
type_properties
Salesforce V2 object dataset properties.
type_properties: _models.SalesforceV2ObjectDatasetTypeProperties | None