MaterializationSettings interface

Properties

notification

Specifies the notification details

resource

Specifies the compute resource settings

schedule

Specifies the schedule details

sparkConfiguration

Specifies the spark compute settings

storeType

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

Specifies the schedule details

schedule?: RecurrenceTrigger

Property Value

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