Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-azure
/
xtdb.azure
/
AzureRemote
/
Factory
Factory
@
Serializable
@
SerialName
(
value
=
"!AzureBlob"
)
data
class
Factory
(
val
connectionString
:
String
?
=
null
,
val
storageAccountKey
:
String
?
=
null
)
:
Remote.Factory
<
AzureRemote
>
Members
Constructors
Factory
Link copied to clipboard
constructor
(
connectionString
:
String
?
=
null
,
storageAccountKey
:
String
?
=
null
)
Properties
connection
String
Link copied to clipboard
val
connectionString
:
String
?
storage
Account
Key
Link copied to clipboard
val
storageAccountKey
:
String
?
Functions
open
Link copied to clipboard
open
override
fun
open
(
)
:
AzureRemote