Reference Input Properties Response
data class ReferenceInputPropertiesResponse(val compression: CompressionResponse? = null, val datasource: Any? = null, val diagnostics: DiagnosticsResponse, val etag: String, val partitionKey: String? = null, val serialization: Any? = null, val type: String)
The properties that are associated with an input containing reference data.
Constructors
Link copied to clipboard
constructor(compression: CompressionResponse? = null, datasource: Any? = null, diagnostics: DiagnosticsResponse, etag: String, partitionKey: String? = null, serialization: Any? = null, type: String)
Properties
Link copied to clipboard
Describes how input data is compressed
Link copied to clipboard
Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
Link copied to clipboard
partitionKey Describes a key in the input data which is used for partitioning the input data
Link copied to clipboard
Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.