Get Objects Result
data class GetObjectsResult(val bucket: String, val commonPrefixes: List<String>, val delimiter: String? = null, val encodingType: String? = null, val fetchOwner: Boolean? = null, val id: String, val keys: List<String>, val maxKeys: Int? = null, val owners: List<String>, val prefix: String? = null, val requestCharged: String, val requestPayer: String? = null, val startAfter: String? = null)
A collection of values returned by getObjects.
Constructors
Link copied to clipboard
constructor(bucket: String, commonPrefixes: List<String>, delimiter: String? = null, encodingType: String? = null, fetchOwner: Boolean? = null, id: String, keys: List<String>, maxKeys: Int? = null, owners: List<String>, prefix: String? = null, requestCharged: String, requestPayer: String? = null, startAfter: String? = null)
Properties
Link copied to clipboard
List of any keys between prefix
and the next occurrence of delimiter
(i.e., similar to subdirectories of the prefix
"directory"); the list is only returned when you specify delimiter
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
If present, indicates that the requester was successfully charged for the request.
Link copied to clipboard
Link copied to clipboard