Class SqlTypeDetails
SQL details
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class SqlTypeDetails : RelatedObjectTypeDetails
Properties
IsSqlTextTruncated
Declaration
[Required(ErrorMessage = "IsSqlTextTruncated is required.")]
[JsonProperty(PropertyName = "isSqlTextTruncated")]
public bool? IsSqlTextTruncated { get; set; }
Property Value
Type | Description |
---|---|
bool? | SQL identifier |
Remarks
Required
SqlCommand
Declaration
[Required(ErrorMessage = "SqlCommand is required.")]
[JsonProperty(PropertyName = "sqlCommand")]
public string SqlCommand { get; set; }
Property Value
Type | Description |
---|---|
string | SQL command name (such as SELECT, INSERT) |
Remarks
Required
SqlId
Declaration
[Required(ErrorMessage = "SqlId is required.")]
[JsonProperty(PropertyName = "sqlId")]
public string SqlId { get; set; }
Property Value
Type | Description |
---|---|
string | SQL identifier |
Remarks
Required
SqlText
Declaration
[Required(ErrorMessage = "SqlText is required.")]
[JsonProperty(PropertyName = "sqlText")]
public string SqlText { get; set; }
Property Value
Type | Description |
---|---|
string | First 3800 characters of the SQL text |
Remarks
Required