deltalake_core::storage

Function limit_store_handler

Source
pub fn limit_store_handler<T: ObjectStore>(
    store: T,
    options: &StorageOptions,
) -> ObjectStoreRef
Expand description

Simple function to wrap the given ObjectStore in a LimitStore if configured

Limits the number of concurrent connections the underlying object store Reference LimitStore for more information