Skip to main content

LIST_PAGE_SIZE

Constant LIST_PAGE_SIZE 

Source
pub const LIST_PAGE_SIZE: usize = 100;
Expand description

Default page size. Datadog accepts up to 1000 per page; 100 keeps individual responses small while still being efficient for the auto-pagination loop.