MCPcopy
hub / github.com/minio/minio-go / SetSelectParameters

Method SetSelectParameters

api-restore.go:134–136  ·  view source on GitHub ↗

SetSelectParameters sets SelectParameters of the restore select request

(v SelectParameters)

Source from the content-addressed store, hash-verified

132
133// SetSelectParameters sets SelectParameters of the restore select request
134func (r *RestoreRequest) SetSelectParameters(v SelectParameters) {
135 r.SelectParameters = &v
136}
137
138// SetOutputLocation sets the properties of the copy of the archived object
139func (r *RestoreRequest) SetOutputLocation(v OutputLocation) {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected