PerformanceCountersBufferConfiguration Class

 

Represents the buffer configuration for performance counters.

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Diagnostics.DiagnosticDataBufferConfiguration
    Microsoft.WindowsAzure.Diagnostics.PerformanceCountersBufferConfiguration

Syntax

public class PerformanceCountersBufferConfiguration : DiagnosticDataBufferConfiguration
public ref class PerformanceCountersBufferConfiguration : DiagnosticDataBufferConfiguration
type PerformanceCountersBufferConfiguration = 
    class
        inherit DiagnosticDataBufferConfiguration
    end
Public Class PerformanceCountersBufferConfiguration
    Inherits DiagnosticDataBufferConfiguration

Constructors

Name Description
System_CAPS_pubmethod PerformanceCountersBufferConfiguration()

Properties

Name Description
System_CAPS_pubproperty BufferQuotaInMB

Gets or sets the maximum amount of file system storage available to the specified data buffer.(Inherited from DiagnosticDataBufferConfiguration.)

System_CAPS_pubproperty DataSources

Gets a list of configurations for performance counters that are being collected.

System_CAPS_pubproperty ScheduledTransferPeriod

Gets or sets the interval between scheduled transfers for this data buffer, in minutes.(Inherited from DiagnosticDataBufferConfiguration.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

The PerformanceCountersBufferConfiguration class derives from DiagnosticDataBufferConfiguration and adds the DataSources property. The PerformanceCounters property is of type PerformanceCountersBufferConfiguration, and is used to store the configuration of a performance counter.

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Diagnostics Namespace

Return to top