Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PurgeAction

Purge action for scheduled task.

Properties

Optional compartmentIdInSubtree

compartmentIdInSubtree: undefined | false | true

if true, purge child compartments data

dataType

dataType: StorageDataType

the type of the log data to be purged

purgeCompartmentId

purgeCompartmentId: string

the compartment OCID under which the data will be purged

purgeDuration

purgeDuration: string

The duration of data to be retained, which is used to calculate the timeDataEnded when the task fires. The value should be negative. Purge duration in ISO 8601 extended format as described in https://en.wikipedia.org/wiki/ISO_8601#Durations. The largest supported unit is D, e.g. -P365D (not -P1Y) or -P14D (not -P2W).

queryString

queryString: string

Purge query string.

Const type

type: string = "PURGE"

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Action): object

getJsonObj

  • getJsonObj(obj: Action): object