Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithAllVersions ¶ added in v6.25.0
func WithAllVersions() options.DeleteOption
WithAllVersions returns AllVersions implementation of DeleteOption
func WithDeleteAllVersions ¶
func WithDeleteAllVersions() options.DeleteOption
WithDeleteAllVersions returns DeleteAllVersions implementation of options.DeleteOption Deprecated: use WithAllVersions instead
Types ¶
type AllVersions ¶ added in v6.25.0
type AllVersions struct{}
AllVersions represents the DeleteOption that is used to remove all versions of files when deleted. This will remove all versions of files for the filesystems that support file versioning.
func (AllVersions) DeleteOptionName ¶ added in v6.25.0
func (w AllVersions) DeleteOptionName() string
DeleteOptionName returns the name of AllVersions option
type DeleteAllVersions ¶
type DeleteAllVersions struct{}
DeleteAllVersions represents the DeleteOption that is used to remove all versions of files when deleted. This will remove all versions of files for the filesystems that support file versioning. Deprecated: use AllVersions instead
func (DeleteAllVersions) DeleteOptionName ¶
func (w DeleteAllVersions) DeleteOptionName() string
DeleteOptionName returns the name of DeleteAllVersions option