Enum BufferOverflow (4.4.0)

public enum BufferOverflow

How to handle a full buffer holding items from calls to be retried.

Namespace

Google.Cloud.Diagnostics.Common

Assembly

Google.Cloud.Diagnostics.Common.dll

Fields

NameDescription
IgnoreNewEntries

Ignores new entries.

ThrowException

Throws an exception when the buffer is full.