Google.Cloud.Diagnostics.Common - Enum BufferOverflow (5.1.0)

public enum BufferOverflow

Reference documentation and code samples for the Google.Cloud.Diagnostics.Common enum BufferOverflow.

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

Namespace

GoogleCloudGoogle.Cloud.DiagnosticsCommon

Assembly

Google.Cloud.Diagnostics.Common.dll

Fields

NameDescription
IgnoreNewEntries

Ignores new entries.

ThrowException

Throws an exception when the buffer is full.