Class DistributedAutonomousDatabaseCatalog
Globally distributed autonomous database catalog.
Inheritance
DistributedAutonomousDatabaseCatalog
      
  Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
[JsonConverter(typeof(DistributedAutonomousDatabaseCatalogModelConverter))]
public class DistributedAutonomousDatabaseCatalogProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of 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