SchemaDatasetFacet

data class SchemaDatasetFacet(val getProducer: String, val getSchemaURL: String, val fields: Array<SchemaField>? = null)

Represents a dataset facet in a schema.

Parameters

getProducer

The name of the producer of the dataset.

getSchemaURL

The URL of the schema for the dataset.

fields

An array of SchemaField objects representing the fields in the dataset.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, fields: Array<SchemaField>? = null)

Properties

Link copied to clipboard
val fields: Array<SchemaField>? = null
Link copied to clipboard
Link copied to clipboard