GetMetadataActivityResponse

data class GetMetadataActivityResponse(val dataset: DatasetReferenceResponse, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val fieldList: List<Any>? = null, val formatSettings: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val policy: ActivityPolicyResponse? = null, val storeSettings: Any? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)

Activity to get metadata of dataset

Constructors

Link copied to clipboard
constructor(dataset: DatasetReferenceResponse, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, fieldList: List<Any>? = null, formatSettings: Any? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, policy: ActivityPolicyResponse? = null, storeSettings: Any? = null, type: String, userProperties: List<UserPropertyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

GetMetadata activity dataset reference.

Link copied to clipboard

Activity depends on condition.

Link copied to clipboard
val description: String? = null

Activity description.

Link copied to clipboard
val fieldList: List<Any>? = null

Fields of metadata to get from dataset.

Link copied to clipboard
val formatSettings: Any? = null

GetMetadata activity format settings.

Link copied to clipboard

Linked service reference.

Link copied to clipboard

Activity name.

Link copied to clipboard

Activity policy.

Link copied to clipboard
val storeSettings: Any? = null

GetMetadata activity store settings.

Link copied to clipboard

Type of activity. Expected value is 'GetMetadata'.

Link copied to clipboard

Activity user properties.