pub type PbSinkType = SinkType;
Alias for SinkType.
SinkType
enum PbSinkType { Unspecified = 0, AppendOnly = 1, ForceAppendOnly = 2, Upsert = 3, }