Amazon S3Dataset Response
data class AmazonS3DatasetResponse(val annotations: List<Any>? = null, val bucketName: Any, val compression: DatasetCompressionResponse? = null, val description: String? = null, val folder: DatasetResponseFolder? = null, val format: Any? = null, val key: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse, val modifiedDatetimeEnd: Any? = null, val modifiedDatetimeStart: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val prefix: Any? = null, val schema: Any? = null, val structure: Any? = null, val type: String, val version: Any? = null)
A single Amazon Simple Storage Service (S3) object or a set of S3 objects.
Constructors
Link copied to clipboard
fun AmazonS3DatasetResponse(annotations: List<Any>? = null, bucketName: Any, compression: DatasetCompressionResponse? = null, description: String? = null, folder: DatasetResponseFolder? = null, format: Any? = null, key: Any? = null, linkedServiceName: LinkedServiceReferenceResponse, modifiedDatetimeEnd: Any? = null, modifiedDatetimeStart: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, prefix: Any? = null, schema: Any? = null, structure: Any? = null, type: String, version: Any? = null)