/AWS1/CL_STGLISTFILESHARESOUT¶
ListFileShareOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_marker
TYPE /AWS1/STGMARKER
/AWS1/STGMARKER
¶
If the request includes
Marker
, the response returns that value in this field.
iv_nextmarker
TYPE /AWS1/STGMARKER
/AWS1/STGMARKER
¶
If a value is present, there are more file shares to return. In a subsequent request, use
NextMarker
as the value forMarker
to retrieve the next set of file shares.
it_fileshareinfolist
TYPE /AWS1/CL_STGFILESHAREINFO=>TT_FILESHAREINFOLIST
TT_FILESHAREINFOLIST
¶
An array of information about the S3 File Gateway's file shares.
Queryable Attributes¶
Marker¶
If the request includes
Marker
, the response returns that value in this field.
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 |
NextMarker¶
If a value is present, there are more file shares to return. In a subsequent request, use
NextMarker
as the value forMarker
to retrieve the next set of file shares.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
FileShareInfoList¶
An array of information about the S3 File Gateway's file shares.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FILESHAREINFOLIST() |
Getter for FILESHAREINFOLIST, with configurable default |
ASK_FILESHAREINFOLIST() |
Getter for FILESHAREINFOLIST w/ exceptions if field has no v |
HAS_FILESHAREINFOLIST() |
Determine if FILESHAREINFOLIST has a value |