Cloud Storage Config Response
data class CloudStorageConfigResponse(val avroConfig: AvroConfigResponse, val bucket: String, val filenamePrefix: String, val filenameSuffix: String, val maxBytes: String, val maxDuration: String, val state: String, val textConfig: TextConfigResponse)
Configuration for a Cloud Storage subscription.
Constructors
Link copied to clipboard
fun CloudStorageConfigResponse(avroConfig: AvroConfigResponse, bucket: String, filenamePrefix: String, filenameSuffix: String, maxBytes: String, maxDuration: String, state: String, textConfig: TextConfigResponse)
Types
Properties
Link copied to clipboard
User-provided prefix for Cloud Storage filename. See the object naming requirements.
Link copied to clipboard
User-provided suffix for Cloud Storage filename. See the object naming requirements.