Module opendal::ops

source · []
Expand description

Operations used by Accessor.

Users should not use struct or functions here, use Operator instead

Structs

BytesRange(offset, size) carries a range of content.

Args for create operation.

Args for delete operation.

Args for list operation.

Args for presign operation.

Args for read operation.

Args for stat operation.

Args for write operation.

PresignedRequest is a presigned request return by presign.

Enums

Operation is the name for APIs in Accessor.