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
Syntax
public enum BufferOverflow
Fields
| Name | Description |
|---|---|
| IgnoreNewEntries | Ignores new entries. |
| ThrowException | Throws an exception when the buffer is full. |