Package org.apache.opendal
Class ListOptions
java.lang.Object
org.apache.opendal.ListOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
The deleted is used to control whether the deleted objects should be returned.final long
The limit passed to underlying service to specify the max results that could return per-request.final boolean
Return files in subdirectory as well.final String
The startAfter option passes to underlying service to specify the specified key to start listing from.final boolean
The versions option is used to control whether the object versions should be returned. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
recursive
public final boolean recursiveReturn files in subdirectory as well. -
limit
public final long limitThe limit passed to underlying service to specify the max results that could return per-request.- See Also:
-
startAfter
The startAfter option passes to underlying service to specify the specified key to start listing from. -
versions
public final boolean versionsThe versions option is used to control whether the object versions should be returned. -
deleted
public final boolean deletedThe deleted is used to control whether the deleted objects should be returned.
-
-
Constructor Details
-
ListOptions
public ListOptions()
-