Show / Hide Table of Contents

Class DatabaseSqlWatchFeatureDetails

The details required to enable the SQL Watch feature.

Inheritance
object
DatabaseFeatureDetails
DatabaseSqlWatchFeatureDetails
Inherited Members
DatabaseFeatureDetails.DatabaseConnectionDetails
DatabaseFeatureDetails.ConnectorDetails
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DatabaseSqlWatchFeatureDetails : DatabaseFeatureDetails

Properties

CanEnableAllCurrentPdbs

Declaration
[JsonProperty(PropertyName = "canEnableAllCurrentPdbs")]
public bool? CanEnableAllCurrentPdbs { get; set; }
Property Value
Type Description
bool?

Indicates whether SQL Watch should be enabled for all the current pluggable databases in the container database.

IsAutoEnablePluggableDatabase

Declaration
[JsonProperty(PropertyName = "isAutoEnablePluggableDatabase")]
public bool? IsAutoEnablePluggableDatabase { get; set; }
Property Value
Type Description
bool?

Indicates whether SQL Watch should be enabled automatically for all the pluggable databases in the container database.

In this article
Back to top