LookupActivity |
LookupActivity.withDataset(DatasetReference dataset) |
Set the dataset property: Lookup activity dataset reference.
|
LookupActivity |
LookupActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
LookupActivity |
LookupActivity.withDescription(String description) |
Set the description property: Activity description.
|
LookupActivity |
LookupActivity.withFirstRowOnly(Object firstRowOnly) |
Set the firstRowOnly property: Whether to return first row or all rows.
|
LookupActivity |
LookupActivity.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
LookupActivity |
LookupActivity.withName(String name) |
Set the name property: Activity name.
|
LookupActivity |
LookupActivity.withPolicy(ActivityPolicy policy) |
Set the policy property: Activity policy.
|
LookupActivity |
LookupActivity.withSource(CopySource source) |
Set the source property: Dataset-specific source properties, same as copy activity source.
|
LookupActivity |
LookupActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|