pub struct ListUnfinishedLargeFilesBuilder<'a> { /* private fields */ }

Implementations

The bucket ID from which to list files.

Set the filename prefix to filter the file listing.

If not set, all files are matched.

The file ID with which to start the listing.

The maximum number of files to return.

The default is 100. The provided count will be clamped to a value between 1 and 100 inclusive.

If more than 100 files are needed, a new request must be made.

Create a ListUnfinishedLargeFiles request.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.