GetMetadataActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity to get metadata of dataset
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("GetMetadata")]
public class GetMetadataActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("GetMetadata")>]
type GetMetadataActivity = class
inherit ExecutionActivity
Public Class GetMetadataActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
GetMetadataActivity() |
Initializes a new instance of the GetMetadataActivity class. |
GetMetadataActivity(String, DatasetReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, StoreReadSettings, FormatReadSettings) |
Initializes a new instance of the GetMetadataActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
Dataset |
Gets or sets getMetadata activity dataset reference. |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
FieldList |
Gets or sets fields of metadata to get from dataset. |
FormatSettings |
Gets or sets getMetadata activity format settings. |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Name |
Gets or sets activity name. (Inherited from Activity) |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
StoreSettings |
Gets or sets getMetadata activity store settings. |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET