Struct nakadion::api::EventTypeStatistics[][src]

pub struct EventTypeStatistics {
    pub messages_per_minute: usize,
    pub message_size: usize,
    pub read_parallelism: u16,
    pub write_parallelism: u16,
}

Known statistics on an event type passed to Nakadi when creating an event.

These are part of the parametrs used to create a new event type.

For more information see Event Type Statistics

Fields

Trait Implementations

impl Debug for EventTypeStatistics
[src]

Formats the value using the given formatter. Read more

impl Clone for EventTypeStatistics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations