/AWS1/CL_IOAVERSIONINGCONF¶
Information about the versioning of dataset contents.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_unlimited TYPE /AWS1/IOAUNLIMITEDVERSIONING /AWS1/IOAUNLIMITEDVERSIONING¶
If true, unlimited versions of dataset contents are kept.
iv_maxversions TYPE /AWS1/IOAMAXVERSIONS /AWS1/IOAMAXVERSIONS¶
How many versions of dataset contents are kept. The
unlimitedparameter must befalse.
Queryable Attributes¶
unlimited¶
If true, unlimited versions of dataset contents are kept.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNLIMITED() |
Getter for UNLIMITED |
maxVersions¶
How many versions of dataset contents are kept. The
unlimitedparameter must befalse.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXVERSIONS() |
Getter for MAXVERSIONS, with configurable default |
ASK_MAXVERSIONS() |
Getter for MAXVERSIONS w/ exceptions if field has no value |
HAS_MAXVERSIONS() |
Determine if MAXVERSIONS has a value |