Show / Hide Table of Contents

Enum EventConfigStatus

Enum representing whether or not to emit an event when a relevant action (e.g. modifying a custom property value) is performed by the user on this type. ENABLED - Event is emitted. DISABLED - Event is not emitted.

Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public enum EventConfigStatus

Fields

Name Description
Disabled
Enabled
UnknownEnumValue
In this article
Back to top