Show / Hide Table of Contents

Enum SqlEndpointLogOperation

Common log operation for a Sql Endpoint: ENABLE - Enable the log for the Sql endpoint. DISABLE - Disable the log for the Sql endpoint. DELETE - Delete the log for the Sql endpoint.

Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public enum SqlEndpointLogOperation

Fields

Name Description
Delete
Disable
Enable
In this article
Back to top