Show / Hide Table of Contents

Enum ConnectionResult

Result from connection test and validation. SUCCEEDED - The connection is valid and tested successfully. FAILED - The connection validation failed. This could be due to incorrect or insufficient credentials or invalid connection metadata.

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

Fields

Name Description
Failed
Succeeded
UnknownEnumValue
In this article
Back to top