DatasetSchemaDataElement Class

Definition

Columns that define the physical type schema of the dataset.

public class DatasetSchemaDataElement
type DatasetSchemaDataElement = class
Public Class DatasetSchemaDataElement
Inheritance
DatasetSchemaDataElement

Constructors

DatasetSchemaDataElement()

Initializes a new instance of the DatasetSchemaDataElement class.

DatasetSchemaDataElement(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the DatasetSchemaDataElement class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

Name

Gets or sets name of the schema column. Type: string (or Expression with resultType string).

Type

Gets or sets type of the schema column. Type: string (or Expression with resultType string).

Applies to