/AWS1/CL_GLAINVRETRIEVALJOBINP¶
Provides options for specifying a range inventory retrieval job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_startdate TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. This value should be a string in the ISO 8601 date format, for example
2013-03-20T17:03:43Z.
iv_enddate TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. This value should be a string in the ISO 8601 date format, for example
2013-03-20T17:03:43Z.
iv_limit TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.
iv_marker TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is
null.
Queryable Attributes¶
StartDate¶
The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. This value should be a string in the ISO 8601 date format, for example
2013-03-20T17:03:43Z.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTDATE() |
Getter for STARTDATE, with configurable default |
ASK_STARTDATE() |
Getter for STARTDATE w/ exceptions if field has no value |
HAS_STARTDATE() |
Determine if STARTDATE has a value |
EndDate¶
The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. This value should be a string in the ISO 8601 date format, for example
2013-03-20T17:03:43Z.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDDATE() |
Getter for ENDDATE, with configurable default |
ASK_ENDDATE() |
Getter for ENDDATE w/ exceptions if field has no value |
HAS_ENDDATE() |
Determine if ENDDATE has a value |
Limit¶
Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIMIT() |
Getter for LIMIT, with configurable default |
ASK_LIMIT() |
Getter for LIMIT w/ exceptions if field has no value |
HAS_LIMIT() |
Determine if LIMIT has a value |
Marker¶
An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is
null.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |