pub const USAGE_EVENTS_MAX_BATCH: usize = 100;Expand description
Upper bound on events.len() in one
Client::install_usage_events_with call. Mirrors the platform’s
request validation; a caller with more pending events pages through
them.
pub const USAGE_EVENTS_MAX_BATCH: usize = 100;Upper bound on events.len() in one
Client::install_usage_events_with call. Mirrors the platform’s
request validation; a caller with more pending events pages through
them.