Column Configuration
On the column family configuration, there are two classes, ColumnConfiguration and ColumnConfigurationAsync to ColumnFamilyManagerFactory and ColumnFamilyManagerAsyncFactory respective.
If a database has support to both synchronous and asynchronous, it may use UnaryColumnConfiguration
that implement both document configuration.
Last updated