Freigeben über


DataflowEndpointDataLakeStorage Class

Definition

Azure Data Lake endpoint properties.

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

Constructors

DataflowEndpointDataLakeStorage(DataflowEndpointDataLakeStorageAuthentication, String)

Initializes a new instance of DataflowEndpointDataLakeStorage.

Properties

Authentication

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

Batching

Azure Data Lake endpoint batching configuration.

Host

Host of the Azure Data Lake in the form of <account>.blob.core.windows.net .

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataflowEndpointDataLakeStorage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataflowEndpointDataLakeStorage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataflowEndpointDataLakeStorage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataflowEndpointDataLakeStorage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataflowEndpointDataLakeStorage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to