Offline Store Config Properties
data class OfflineStoreConfigProperties(val dataCatalogConfig: FeatureGroupDataCatalogConfig? = null, val disableGlueTableCreation: Boolean? = null, val s3StorageConfig: FeatureGroupS3StorageConfig, val tableFormat: FeatureGroupTableFormat? = null)
Constructors
Link copied to clipboard
fun OfflineStoreConfigProperties(dataCatalogConfig: FeatureGroupDataCatalogConfig? = null, disableGlueTableCreation: Boolean? = null, s3StorageConfig: FeatureGroupS3StorageConfig, tableFormat: FeatureGroupTableFormat? = null)