DirectoriesBufferConfiguration Class
Represents the configuration for file-based data buffers, including IIS logs, IIS failed request logs, crash dumps, and custom logs.
Namespace: Microsoft.WindowsAzure.Diagnostics
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Diagnostics.DiagnosticDataBufferConfiguration
Microsoft.WindowsAzure.Diagnostics.DirectoriesBufferConfiguration
Syntax
public class DirectoriesBufferConfiguration : DiagnosticDataBufferConfiguration
public ref class DirectoriesBufferConfiguration : DiagnosticDataBufferConfiguration
type DirectoriesBufferConfiguration =
class
inherit DiagnosticDataBufferConfiguration
end
Public Class DirectoriesBufferConfiguration
Inherits DiagnosticDataBufferConfiguration
Constructors
Name | Description | |
---|---|---|
DirectoriesBufferConfiguration() |
Properties
Name | Description | |
---|---|---|
BufferQuotaInMB | Gets or sets the maximum amount of file system storage available to the specified data buffer.(Inherited from DiagnosticDataBufferConfiguration.) |
|
DataSources | Gets a list of configured directories for file-based logs. |
|
ScheduledTransferPeriod | Gets or sets the interval between scheduled transfers for this data buffer, in minutes.(Inherited from DiagnosticDataBufferConfiguration.) |
Methods
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.) |
Remarks
The DirectoriesBufferConfiguration class is used to store each DirectoryConfiguration object for file-based logs. The DataSources property is a collection of DirectoriesBufferConfiguration objects and is used to get and set each configuration for a file-based logging directory.
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