Show / Hide Table of Contents

Class ConnectionAliasSummary

Summary representation of database aliases parsed from the file metadata.

Inheritance
object
ConnectionAliasSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class ConnectionAliasSummary

Properties

AliasDetails

Declaration
[JsonProperty(PropertyName = "aliasDetails")]
public string AliasDetails { get; set; }
Property Value
Type Description
string

The description about the database alias parsed from the file metadata.

AliasName

Declaration
[Required(ErrorMessage = "AliasName is required.")]
[JsonProperty(PropertyName = "aliasName")]
public string AliasName { get; set; }
Property Value
Type Description
string

A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

Remarks

Required

In this article
Back to top