Class ListObjectsRequest
java.lang.Object
io.micronaut.objectstorage.request.ListObjectsRequest
-
Constructor Summary
ConstructorsConstructorDescriptionListObjectsRequest(int pageSize) ListObjectsRequest(int pageSize, @Nullable String prefix) ListObjectsRequest(int pageSize, @Nullable String prefix, @Nullable String continuationToken) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ListObjectsRequest
public ListObjectsRequest(int pageSize) - Parameters:
pageSize- the maximum number of keys to return
-
ListObjectsRequest
- Parameters:
pageSize- the maximum number of keys to returnprefix- the prefix to filter keys by
-
ListObjectsRequest
-
-
Method Details
-
getPageSize
public int getPageSize()- Returns:
- the maximum number of keys to return
-
getPrefix
-
getContinuationToken
-