Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "!AzureMonitor")
class AzureMonitorMetrics(val connectionString: String) : XtdbModule.Factory
Link copied to clipboard
class AzureRemote(val connectionString: String?, val storageAccountKey: String?) : Remote
Link copied to clipboard
class BlobStorage(factory: BlobStorage.Factory, prefix: Path, connectionString: String?, storageAccountKey: String?, coroutineContext: CoroutineContext = Dispatchers.IO) : ObjectStore, SupportsMultipart<String>

Used to set configuration options for Azure Blob Storage, which can be used as implementation of an object store.