Share via


DataflowEndpointFabricOneLake Class

Definition

Microsoft Fabric endpoint properties.

public class DataflowEndpointFabricOneLake : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.DataflowEndpointFabricOneLake>
type DataflowEndpointFabricOneLake = class
    interface IJsonModel<DataflowEndpointFabricOneLake>
    interface IPersistableModel<DataflowEndpointFabricOneLake>
Public Class DataflowEndpointFabricOneLake
Implements IJsonModel(Of DataflowEndpointFabricOneLake), IPersistableModel(Of DataflowEndpointFabricOneLake)
Inheritance
DataflowEndpointFabricOneLake
Implements

Constructors

DataflowEndpointFabricOneLake(DataflowEndpointFabricOneLakeAuthentication, DataflowEndpointFabricOneLakeNames, DataflowEndpointFabricPathType, String)

Initializes a new instance of DataflowEndpointFabricOneLake.

Properties

Authentication

Authentication configuration. NOTE - only one authentication property is allowed per entry.

Batching

Batching configuration.

Host

Host of the Microsoft Fabric in the form of https://<host>.fabric.microsoft.com.

Names

Names of the workspace and lakehouse.

OneLakePathType

Type of location of the data in the workspace. Can be either tables or files.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointFabricOneLake>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataflowEndpointFabricOneLake>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointFabricOneLake>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointFabricOneLake>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataflowEndpointFabricOneLake>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to