pub type PbCreateSinkRequest = CreateSinkRequest;Aliased Type§
pub struct PbCreateSinkRequest {
pub sink: Option<Sink>,
pub fragment_graph: Option<StreamFragmentGraph>,
pub dependencies: Vec<TypedId<256, u32>>,
pub if_not_exists: bool,
pub resource_type: Option<StreamingJobResourceType>,
}Fields§
§sink: Option<Sink>§fragment_graph: Option<StreamFragmentGraph>§dependencies: Vec<TypedId<256, u32>>The list of object IDs that this sink depends on.
if_not_exists: bool§resource_type: Option<StreamingJobResourceType>