PbStreamContext

Type Alias PbStreamContext 

Source
pub type PbStreamContext = StreamContext;

Aliased Type§

pub struct PbStreamContext {
    pub timezone: String,
    pub config_override: String,
    pub adaptive_parallelism_strategy: String,
}

Fields§

§timezone: String

The timezone associated with the streaming plan. Only applies to MV for now.

§config_override: String

The partial config of this job to override the global config.

§adaptive_parallelism_strategy: String

The adaptive parallelism strategy for this streaming job, if explicitly set.