AzureFileDatastoreResponse

data class AzureFileDatastoreResponse(val accountName: String, val credentials: Any, val datastoreType: String, val description: String? = null, val endpoint: String? = null, val fileShareName: String, val isDefault: Boolean, val properties: Map<String, String>? = null, val protocol: String? = null, val serviceDataAccessAuthIdentity: String? = null, val tags: Map<String, String>? = null)

Azure File datastore configuration.

Constructors

Link copied to clipboard
constructor(accountName: String, credentials: Any, datastoreType: String, description: String? = null, endpoint: String? = null, fileShareName: String, isDefault: Boolean, properties: Map<String, String>? = null, protocol: String? = null, serviceDataAccessAuthIdentity: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Storage account name.

Link copied to clipboard

Required Account credentials.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val endpoint: String? = null

Azure cloud endpoint for the storage account.

Link copied to clipboard

Required The name of the Azure file share that the datastore points to.

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 protocol: String? = null

Protocol used to communicate with the storage account.

Link copied to clipboard

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

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

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