你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AdlDataSource Class

Definition

A wrapper for all ADLA supported data sources. This object is returned from a GET

public class AdlDataSource
type AdlDataSource = class
Public Class AdlDataSource
Inheritance
AdlDataSource

Constructors

AdlDataSource(DataLakeStoreAccountInfo, Boolean)
AdlDataSource(DataLakeStoreAccountInformation, Boolean)

Initializes a new instance of the AdlDataSource class.

AdlDataSource(StorageAccountInfo)
AdlDataSource(StorageAccountInformation)

Initializes a new instance of the AdlDataSource class.

Properties

IsDefault

Gets a value indicating whether this data source is the default.

Name

Gets the name of the data source

Type

Gets the type of the data source

Applies to