pub struct DlqStats {
pub records_dlq: usize,
pub pages_with_failures: usize,
}Expand description
Counters returned alongside PipelineResult
when a DLQ is wired.
Fields§
§records_dlq: usizeTotal rows routed to the DLQ across the run.
pages_with_failures: usizePages that produced at least one DLQ record.
Trait Implementations§
impl Eq for DlqStats
impl StructuralPartialEq for DlqStats
Auto Trait Implementations§
impl Freeze for DlqStats
impl RefUnwindSafe for DlqStats
impl Send for DlqStats
impl Sync for DlqStats
impl Unpin for DlqStats
impl UnsafeUnpin for DlqStats
impl UnwindSafe for DlqStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.