Package io.minio
Class UploadObjectArgs
java.lang.Object
io.minio.BaseArgs
io.minio.BucketArgs
io.minio.ObjectArgs
io.minio.ObjectWriteArgs
io.minio.PutObjectBaseArgs
io.minio.UploadObjectArgs
Argument class of
MinioClient.uploadObject(io.minio.UploadObjectArgs).-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class io.minio.PutObjectBaseArgs
contentType, objectSize, partCount, partSize, preloadDataFields inherited from class io.minio.ObjectWriteArgs
headers, legalHold, MAX_MULTIPART_COUNT, MAX_OBJECT_SIZE, MAX_PART_SIZE, MIN_MULTIPART_SIZE, retention, sse, tags, userMetadataFields inherited from class io.minio.ObjectArgs
objectNameFields inherited from class io.minio.BucketArgs
bucketName, regionFields inherited from class io.minio.BaseArgs
extraHeaders, extraQueryParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UploadObjectArgs.Builderbuilder()Gets content type.booleanfilename()inthashCode()Methods inherited from class io.minio.PutObjectBaseArgs
objectSize, partCount, partSize, preloadDataMethods inherited from class io.minio.ObjectWriteArgs
genHeaders, headers, legalHold, retention, sse, tags, userMetadata, validateSseMethods inherited from class io.minio.ObjectArgs
checkSse, objectMethods inherited from class io.minio.BucketArgs
bucket, regionMethods inherited from class io.minio.BaseArgs
extraHeaders, extraQueryParams
-
Constructor Details
-
UploadObjectArgs
public UploadObjectArgs()
-
-
Method Details
-
filename
-
contentType
Gets content type. It returns if content type is set (or) value of "Content-Type" header (or) probed content type of file (or) default "application/octet-stream".- Overrides:
contentTypein classPutObjectBaseArgs- Throws:
IOException
-
builder
-
equals
- Overrides:
equalsin classPutObjectBaseArgs
-
hashCode
public int hashCode()- Overrides:
hashCodein classPutObjectBaseArgs
-