DiagnosticDataBufferConfiguration Class
Updated: April 22, 2013
Represents the configuration of a diagnostics data buffer.
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Microsoft.WindowsAzure.Diagnostics.DiagnosticDataBufferConfiguration
Microsoft.WindowsAzure.Diagnostics.BasicLogsBufferConfiguration
Microsoft.WindowsAzure.Diagnostics.DirectoriesBufferConfiguration
Microsoft.WindowsAzure.Diagnostics.PerformanceCountersBufferConfiguration
Microsoft.WindowsAzure.Diagnostics.WindowsEventLogsBufferConfiguration
| Name | Description | |
|---|---|---|
![]() | DiagnosticDataBufferConfiguration() |
| Name | Description | |
|---|---|---|
![]() | BufferQuotaInMB | Gets or sets the maximum amount of file system storage available to the specified data buffer. |
![]() | ScheduledTransferPeriod | Gets or sets the interval between scheduled transfers for this data buffer, in minutes. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The DiagnosticDataBufferConfiguration class is the base data buffer configuration class from which the following classes derive:
DiagnosticDataBufferConfiguration provides the base properties for a data buffer in Windows Azure diagnostics: BufferQuotaInMB and ScheduledTransferPeriod.
Warning |
|---|
This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



