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

public enum BufferType

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

Types of buffers.

Namespace

GoogleCloudGoogle.Cloud.DiagnosticsCommon

Assembly

Google.Cloud.Diagnostics.Common.dll

Fields

NameDescription
None

No buffer will be used and the base consumer will be returned.

Sized

A sized buffer will be used to wrap the base consumer.

Timed

A timed buffer will be used to wrap the base consumer.