AzureRemote

class AzureRemote(val connectionString: String?, val storageAccountKey: String?) : Remote

Constructors

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

Types

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

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()