[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BufferOptions` class defines various buffer settings for the Google Cloud Diagnostics Common library, including buffer size and wait time."],["This class supports three buffer types: `None`, `Sized`, and `Timed`, each with distinct behaviors regarding data buffering."],["The `BufferSizeBytes` property specifies the buffer size in bytes for the `Sized` buffer type, and is an integer value."],["The `BufferWaitTime` property sets the duration to wait before flushing the buffer for the `Timed` buffer type, represented by a `TimeSpan` object."],["Static methods `NoBuffer()`, `SizedBuffer()`, and `TimedBuffer()` are provided to easily create `BufferOptions` instances for each of the different buffer types."]]],[]]