PbCreateIndexRequest

Type Alias PbCreateIndexRequest 

Source
pub type PbCreateIndexRequest = CreateIndexRequest;

Aliased Type§

pub struct PbCreateIndexRequest {
    pub index: Option<Index>,
    pub index_table: Option<Table>,
    pub fragment_graph: Option<StreamFragmentGraph>,
    pub if_not_exists: bool,
    pub resource_type: Option<StreamingJobResourceType>,
}

Fields§

§index: Option<Index>§index_table: Option<Table>§fragment_graph: Option<StreamFragmentGraph>§if_not_exists: bool§resource_type: Option<StreamingJobResourceType>