public enum BufferTypeReference documentation and code samples for the Google.Cloud.Diagnostics.Common enum BufferType.
Types of buffers.
Namespace
Google.Cloud.Diagnostics.CommonAssembly
Google.Cloud.Diagnostics.Common.dll
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. |