ListListSchemaPlainArgs

data class ListListSchemaPlainArgs(val connectionId: String? = null, val content: String? = null, val direction: Either<String, SchemaDirection>? = null, val id: String? = null, val name: String? = null, val pipelineName: String, val resourceGroupName: String, val schemaType: Either<String, SchemaType>? = null, val schemaUri: String? = null, val status: Either<String, SchemaStatus>? = null) : ConvertibleToJava<ListListSchemaPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionId: String? = null, content: String? = null, direction: Either<String, SchemaDirection>? = null, id: String? = null, name: String? = null, pipelineName: String, resourceGroupName: String, schemaType: Either<String, SchemaType>? = null, schemaUri: String? = null, status: Either<String, SchemaStatus>? = null)

Properties

Link copied to clipboard
val connectionId: String? = null

Connection ID associated with this schema

Link copied to clipboard
val content: String? = null

Content of the schema

Link copied to clipboard
val direction: Either<String, SchemaDirection>? = null

The direction of the schema.

Link copied to clipboard
val id: String? = null

ID associated with this schema

Link copied to clipboard
val name: String? = null

Name of the schema

Link copied to clipboard

The name for the pipeline that is to be requested.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val schemaType: Either<String, SchemaType>? = null

The Schema Type

Link copied to clipboard
val schemaUri: String? = null

Uri containing SAS token for the zipped schema

Link copied to clipboard
val status: Either<String, SchemaStatus>? = null

Status of the schema

Functions

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