Class ConnectionAliasSummary
Summary representation of database aliases parsed from the file metadata.
Inherited Members
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