AzureDataLakeGen1DatastoreResponse

data class AzureDataLakeGen1DatastoreResponse(val credentials: Any, val datastoreType: String, val description: String? = null, val isDefault: Boolean, val properties: Map<String, String>? = null, val resourceGroup: String? = null, val serviceDataAccessAuthIdentity: String? = null, val storeName: String, val subscriptionId: String? = null, val tags: Map<String, String>? = null)

Azure Data Lake Gen1 datastore configuration.

Constructors

Link copied to clipboard
constructor(credentials: Any, datastoreType: String, description: String? = null, isDefault: Boolean, properties: Map<String, String>? = null, resourceGroup: String? = null, serviceDataAccessAuthIdentity: String? = null, storeName: String, subscriptionId: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Account credentials.

Link copied to clipboard

Enum to determine the datastore contents type. Expected value is 'AzureDataLakeGen1'.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard

Readonly property to indicate if datastore is the workspace default datastore

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard
val resourceGroup: String? = null

Azure Resource Group name

Link copied to clipboard

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

Link copied to clipboard

Required Azure Data Lake store name.

Link copied to clipboard
val subscriptionId: String? = null

Azure Subscription Id

Link copied to clipboard
val tags: Map<String, String>? = null

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