GetSpacesBucketObjectsPlainArgs

data class GetSpacesBucketObjectsPlainArgs(val bucket: String, val delimiter: String? = null, val encodingType: String? = null, val maxKeys: Int? = null, val prefix: String? = null, val region: String) : ConvertibleToJava<GetSpacesBucketObjectsPlainArgs>

A collection of arguments for invoking getSpacesBucketObjects.

Constructors

Link copied to clipboard
constructor(bucket: String, delimiter: String? = null, encodingType: String? = null, maxKeys: Int? = null, prefix: String? = null, region: String)

Properties

Link copied to clipboard

Lists object keys in this Spaces bucket

Link copied to clipboard
val delimiter: String? = null

A character used to group keys (Default: none)

Link copied to clipboard
val encodingType: String? = null

Encodes keys using this method (Default: none; besides none, only "url" can be used)

Link copied to clipboard
val maxKeys: Int? = null

Maximum object keys to return (Default: 1000)

Link copied to clipboard
val prefix: String? = null

Limits results to object keys with this prefix (Default: none)

Link copied to clipboard

The slug of the region where the bucket is stored.

Functions

Link copied to clipboard
open override fun toJava(): GetSpacesBucketObjectsPlainArgs