public sealed class DataCollectionOptionsDbSystem : IMessage<DataCollectionOptionsDbSystem>, IEquatable<DataCollectionOptionsDbSystem>, IDeepCloneable<DataCollectionOptionsDbSystem>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class DataCollectionOptionsDbSystem.
Data collection options for DbSystem.
Implements
IMessageDataCollectionOptionsDbSystem, IEquatableDataCollectionOptionsDbSystem, IDeepCloneableDataCollectionOptionsDbSystem, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
DataCollectionOptionsDbSystem()
public DataCollectionOptionsDbSystem()DataCollectionOptionsDbSystem(DataCollectionOptionsDbSystem)
public DataCollectionOptionsDbSystem(DataCollectionOptionsDbSystem other)| Parameter | |
|---|---|
| Name | Description |
other |
DataCollectionOptionsDbSystem |
Properties
IsDiagnosticsEventsEnabled
public bool IsDiagnosticsEventsEnabled { get; set; }Optional. Indicates whether to enable data collection for diagnostics.
| 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 |
|