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