Skip to main content

URLStorageConfig

URLStorageConfig represents the configuration that will be used if storage type is URL within the client usage.
It does not have any configuration, as only needs plain urls to work provided by user.

Each instance is produced automatically when creating a new rac-delta client with url storage type.


Structure

pub struct URLStorageConfig {
pub base: BaseStorageConfig,
}

Properties

PropertyTypeDescription
baseBaseStorageConfigExtended base configuration.