Show / Hide Table of Contents

Class DistributedDatabaseCatalogDatabase

Details of a distributed database catalog.

Inheritance
object
DistributedDatabaseCatalogDatabase
DistributedDatabaseCatalogDatabaseWithDbHome
DistributedDatabaseCatalogDatabaseWithExadbXd
DistributedDatabaseCatalogDatabaseWithExadbXs
DistributedDatabaseCatalogDatabaseWithExadbXsNewCluster
DistributedDatabaseCatalogDatabaseWithExadbXsNewVaultAndCluster
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Distributeddatabasev26Service.Models
Assembly: OCI.DotNetSDK.Distributeddatabasev26.dll
Syntax
[JsonConverter(typeof(DistributedDatabaseCatalogDatabaseModelConverter))]
public class DistributedDatabaseCatalogDatabase

Properties

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public DistributedDbMetadata Metadata { get; set; }
Property Value
Type Description
DistributedDbMetadata

Name

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

The name of the catalog.

Remarks

Required

TimeCreated

Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The time the catalog was created. An RFC3339 formatted datetime string.

Remarks

Required

TimeUpdated

Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

The time the catalog was last updated. An RFC3339 formatted datetime string.

Remarks

Required

In this article
Back to top