Share via


ADLSGen2FileDataSet Class

Definition

An ADLS Gen 2 file data set.

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

Constructors

ADLSGen2FileDataSet()

Initializes a new instance of the ADLSGen2FileDataSet class.

ADLSGen2FileDataSet(String, String, String, String, String, String, String, SystemData, String, String)

Initializes a new instance of the ADLSGen2FileDataSet class.

Properties

DataSetId

Gets unique id for identifying a data set resource

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)
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