FileServerWriteSettingsResponse

data class FileServerWriteSettingsResponse(val copyBehavior: Any? = null, val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val metadata: List<MetadataItemResponse>? = null, val type: String)

File server write settings.

Constructors

Link copied to clipboard
constructor(copyBehavior: Any? = null, disableMetricsCollection: Any? = null, maxConcurrentConnections: Any? = null, metadata: List<MetadataItemResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val copyBehavior: Any? = null

The type of copy behavior for copy sink.

Link copied to clipboard

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard

Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

Link copied to clipboard

The write setting type. Expected value is 'FileServerWriteSettings'.