ReferenceInputPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes how input data is compressed

Link copied to clipboard
val datasource: Any? = null

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

The current entity tag for the input. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.

Link copied to clipboard
val partitionKey: String? = null

partitionKey Describes a key in the input data which is used for partitioning the input data

Link copied to clipboard
val serialization: Any? = null

Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

Indicates whether the input is a source of reference data or stream data. Required on PUT (CreateOrReplace) requests. Expected value is 'Reference'.