ReferenceInputPropertiesArgs

data class ReferenceInputPropertiesArgs(val datasource: Output<BlobReferenceInputDataSourceArgs>? = null, val serialization: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ReferenceInputPropertiesArgs>

The properties that are associated with an input containing reference data.

Constructors

Link copied to clipboard
constructor(datasource: Output<BlobReferenceInputDataSourceArgs>? = null, serialization: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard

Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val serialization: Output<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
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ReferenceInputPropertiesArgs