public sealed class DataCollectionOptionsCommon : IMessage<DataCollectionOptionsCommon>, IEquatable<DataCollectionOptionsCommon>, IDeepCloneable<DataCollectionOptionsCommon>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DataCollectionOptionsCommon.
Data collection options for diagnostics. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DataCollectionOptions
Implements
IMessageDataCollectionOptionsCommon, IEquatableDataCollectionOptionsCommon, IDeepCloneableDataCollectionOptionsCommon, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DataCollectionOptionsCommon()
public DataCollectionOptionsCommon()DataCollectionOptionsCommon(DataCollectionOptionsCommon)
public DataCollectionOptionsCommon(DataCollectionOptionsCommon other)| Parameter | |
|---|---|
| Name | Description |
other |
DataCollectionOptionsCommon |
Properties
IsDiagnosticsEventsEnabled
public bool IsDiagnosticsEventsEnabled { get; set; }Optional. Indicates whether to enable data collection for diagnostics.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IsHealthMonitoringEnabled
public bool IsHealthMonitoringEnabled { get; set; }Optional. Indicates whether to enable health monitoring.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IsIncidentLogsEnabled
public bool IsIncidentLogsEnabled { get; set; }Optional. Indicates whether to enable incident logs and trace collection.
| Property Value | |
|---|---|
| Type | Description |
bool |
|