Show / Hide Table of Contents

Enum BufferType

Types of buffers.

Namespace: Google.Cloud.Diagnostics.Common
Assembly: Google.Cloud.Diagnostics.Common.dll
Syntax
public enum BufferType

Fields

Name Description
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.

Back to top