Class SqlSearchSummary
Database summary object resulting from a sql search operation.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlSearchSummary
  Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment.  | 
      
Remarks
Required
DatabaseDisplayName
Declaration
[Required(ErrorMessage = "DatabaseDisplayName is required.")]
[JsonProperty(PropertyName = "databaseDisplayName")]
public string DatabaseDisplayName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The user-friendly name for the database. The name does not have to be unique.  | 
      
Remarks
Required
DatabaseId
Declaration
[Required(ErrorMessage = "DatabaseId is required.")]
[JsonProperty(PropertyName = "databaseId")]
public string DatabaseId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the database.  | 
      
Remarks
Required
DatabaseName
Declaration
[Required(ErrorMessage = "DatabaseName is required.")]
[JsonProperty(PropertyName = "databaseName")]
public string DatabaseName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The database name. The database name is unique within the tenancy.  | 
      
Remarks
Required
DatabaseType
Declaration
[Required(ErrorMessage = "DatabaseType is required.")]
[JsonProperty(PropertyName = "databaseType")]
public string DatabaseType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Ops Insights internal representation of the database type.  | 
      
Remarks
Required
DatabaseVersion
Declaration
[Required(ErrorMessage = "DatabaseVersion is required.")]
[JsonProperty(PropertyName = "databaseVersion")]
public string DatabaseVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The version of the database.  | 
      
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the database insight resource.  | 
      
Remarks
Required