Share via


ADLSGen2FileDataSetMapping Class

Definition

An ADLS Gen2 file data set mapping.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AdlsGen2File")]
public class ADLSGen2FileDataSetMapping : Microsoft.Azure.Management.DataShare.Models.DataSetMapping
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AdlsGen2File")>]
type ADLSGen2FileDataSetMapping = class
    inherit DataSetMapping
Public Class ADLSGen2FileDataSetMapping
Inherits DataSetMapping
Inheritance
ADLSGen2FileDataSetMapping
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ADLSGen2FileDataSetMapping()

Initializes a new instance of the ADLSGen2FileDataSetMapping class.

ADLSGen2FileDataSetMapping(String, String, String, String, String, String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the ADLSGen2FileDataSetMapping class.

Properties

DataSetId

Gets or sets the id of the source data set.

DataSetMappingStatus

Gets the status of the data set mapping. Possible values include: 'Ok', 'Broken'

FilePath

Gets or sets file path within the file system.

FileSystem

Gets or sets file system to which the file belongs.

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
OutputType

Gets or sets type of output file. Possible values include: 'Csv', 'Parquet'

ProvisioningState

Gets provisioning state of the data set mapping. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'

ResourceGroup

Gets or sets resource group of storage account.

StorageAccountName

Gets or sets storage account name of the source data set.

SubscriptionId

Gets or sets subscription id of storage account.

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Type

Gets type of the azure resource

(Inherited from ProxyDto)

Methods

Validate()

Validate the object.

Applies to