Package org.projectnessie.server.config
Interface DynamoVersionStoreConfig
-
@ConfigMapping(prefix="nessie.version.store.dynamo") public interface DynamoVersionStoreConfigDynamoDB version store configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenableTracing()StringgetTablePrefix()booleanisDynamoInitialize()
-
-
-
Method Detail
-
isDynamoInitialize
@WithName("initialize") @WithDefault("false") boolean isDynamoInitialize()
-
getTablePrefix
@WithName("table-prefix") @WithDefault("nessie_") String getTablePrefix()
-
enableTracing
@WithName("tracing") @WithDefault("true") boolean enableTracing()
-
-