Enum BufferType (5.0.0)

public enum BufferType

Types of buffers.

Namespace

Google.Cloud.Diagnostics.Common

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.