Class DataPatchOptions
Options for run database dataPatch operation
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DataPatchOptions
Properties
ShouldSkipClosedPdbs
Declaration
[JsonProperty(PropertyName = "shouldSkipClosedPdbs")]
public bool? ShouldSkipClosedPdbs { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Skip running datapatch on PDBs in closed state |