MaterializationSettings interface
Properties
| notification | Specifies the notification details |
| resource | Specifies the compute resource settings |
| schedule | Specifies the schedule details |
| spark |
Specifies the spark compute settings |
| store |
Specifies the stores to which materialization should happen |
Property Details
notification
Specifies the notification details
notification?: NotificationSetting
Property Value
resource
Specifies the compute resource settings
resource?: MaterializationComputeResource
Property Value
schedule
sparkConfiguration
Specifies the spark compute settings
sparkConfiguration?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
storeType
Specifies the stores to which materialization should happen
storeType?: string
Property Value
string