Class SchemaDefinition
The schema object details.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class SchemaDefinition
  Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The name of the schema.  | 
      
Remarks
Required
Objects
Declaration
[JsonProperty(PropertyName = "objects")]
public List<string> Objects { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | The names of schema objects.  |