Factory

@Serializable
@SerialName(value = "!AzureBlob")
data class Factory(val connectionString: String? = null, val storageAccountKey: String? = null) : Remote.Factory<AzureRemote>

Constructors

Link copied to clipboard
constructor(connectionString: String? = null, storageAccountKey: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun open(): AzureRemote