DatasetDataElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Columns that define the structure of the dataset.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.DatasetDataElement+DatasetDataElementConverter))]
public class DatasetDataElement : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DatasetDataElement>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DatasetDataElement>
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.DatasetDataElement+DatasetDataElementConverter))]
public class DatasetDataElement
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.DatasetDataElement+DatasetDataElementConverter))>]
type DatasetDataElement = class
interface IJsonModel<DatasetDataElement>
interface IPersistableModel<DatasetDataElement>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.ResourceManager.DataFactory.Models.DatasetDataElement+DatasetDataElementConverter))>]
type DatasetDataElement = class
Public Class DatasetDataElement
Implements IJsonModel(Of DatasetDataElement), IPersistableModel(Of DatasetDataElement)
Public Class DatasetDataElement
- Inheritance
-
DatasetDataElement
- Attributes
- Implements
Constructors
DatasetDataElement() |
Initializes a new instance of DatasetDataElement. |
Properties
ColumnName |
Name of the column. Type: string (or Expression with resultType string). |
ColumnType |
Type of the column. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DatasetDataElement>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DatasetDataElement>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DatasetDataElement>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DatasetDataElement>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DatasetDataElement>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET