AzureDataLakeGen1Datastore interface

Azure Data Lake Gen1 datastore configuration.

Extends

Properties

datastoreType

Polymorphic discriminator, which specifies the different types this object can be

serviceDataAccessAuthIdentity

Indicates which identity to use to authenticate service data access to customer's storage.

storeName

[Required] Azure Data Lake store name.

Inherited Properties

credentials

[Required] Account credentials.

description

The asset description text.

isDefault

Readonly property to indicate if datastore is the workspace default datastore NOTE: This property will not be serialized. It can only be populated by the server.

properties

The asset property dictionary.

resourceGroup

Azure Resource Group name

subscriptionId

Azure Subscription Id

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

datastoreType

Polymorphic discriminator, which specifies the different types this object can be

datastoreType: "AzureDataLakeGen1"

Property Value

"AzureDataLakeGen1"

serviceDataAccessAuthIdentity

Indicates which identity to use to authenticate service data access to customer's storage.

serviceDataAccessAuthIdentity?: string

Property Value

string

storeName

[Required] Azure Data Lake store name.

storeName: string

Property Value

string

Inherited Property Details

credentials

[Required] Account credentials.

credentials: DatastoreCredentialsUnion

Property Value

Inherited From DatastoreProperties.credentials

description

The asset description text.

description?: string

Property Value

string

Inherited From DatastoreProperties.description

isDefault

Readonly property to indicate if datastore is the workspace default datastore NOTE: This property will not be serialized. It can only be populated by the server.

isDefault?: boolean

Property Value

boolean

Inherited From DatastoreProperties.isDefault

properties

The asset property dictionary.

properties?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From DatastoreProperties.properties

resourceGroup

Azure Resource Group name

resourceGroup?: string

Property Value

string

Inherited From AzureDatastore.resourceGroup

subscriptionId

Azure Subscription Id

subscriptionId?: string

Property Value

string

Inherited From AzureDatastore.subscriptionId

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

Inherited From DatastoreProperties.tags