Share via


DataFactoryDatasetProperties.Schema Property

Definition

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

public Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DatasetSchemaDataElement>> Schema { get; set; }
member this.Schema : Azure.Core.Expressions.DataFactory.DataFactoryElement<System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DatasetSchemaDataElement>> with get, set
Public Property Schema As DataFactoryElement(Of IList(Of DatasetSchemaDataElement))

Property Value

Applies to