Uses of Class
io.lakefs.clients.api.model.StorageConfig
-
Packages that use StorageConfig Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of StorageConfig in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return StorageConfig Modifier and Type Method Description StorageConfigInternalApi. getStorageConfig()Deprecated.Methods in io.lakefs.clients.api that return types with arguments of type StorageConfig Modifier and Type Method Description ApiResponse<StorageConfig>InternalApi. getStorageConfigWithHttpInfo()Deprecated.Method parameters in io.lakefs.clients.api with type arguments of type StorageConfig Modifier and Type Method Description okhttp3.CallInternalApi. getStorageConfigAsync(ApiCallback<StorageConfig> _callback)Deprecated. -
Uses of StorageConfig in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StorageConfig Modifier and Type Method Description StorageConfigStorageConfig. blockstoreNamespaceExample(String blockstoreNamespaceExample)StorageConfigStorageConfig. blockstoreNamespaceValidityRegex(String blockstoreNamespaceValidityRegex)StorageConfigStorageConfig. blockstoreType(String blockstoreType)StorageConfigStorageConfig. defaultNamespacePrefix(String defaultNamespacePrefix)StorageConfigConfig. getStorageConfig()Get storageConfigStorageConfigStorageConfig. importSupport(Boolean importSupport)StorageConfigStorageConfig. importValidityRegex(String importValidityRegex)StorageConfigStorageConfig. preSignSupport(Boolean preSignSupport)StorageConfigStorageConfig. preSignSupportUi(Boolean preSignSupportUi)Methods in io.lakefs.clients.api.model with parameters of type StorageConfig Modifier and Type Method Description voidConfig. setStorageConfig(StorageConfig storageConfig)ConfigConfig. storageConfig(StorageConfig storageConfig)
-