Package org.apache.opendal
Class ListOptions
java.lang.Object
org.apache.opendal.ListOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanThe deleted is used to control whether the deleted objects should be returned.final longThe limit passed to underlying service to specify the max results that could return per-request.final booleanReturn files in subdirectory as well.final StringThe startAfter option passes to underlying service to specify the specified key to start listing from.final booleanThe 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()
-