共用方式為


ConnectorMappingProperties Class

Definition

The connector mapping properties.

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

Constructors

ConnectorMappingProperties(ConnectorMappingErrorManagement, ConnectorMappingFormat, ConnectorMappingAvailability, IEnumerable<ConnectorMappingStructure>, ConnectorMappingCompleteOperation)

Initializes a new instance of ConnectorMappingProperties.

Properties

Availability

The availability of mapping property.

CompleteOperation

The operation after import is done.

ErrorManagement

The error management setting for the mapping.

FileFilter

The file filter for the mapping.

FolderPath

The folder path for the mapping.

Format

The format of mapping property.

HasHeader

If the file contains a header or not.

Structure

Ingestion mapping information at property level.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectorMappingProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectorMappingProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectorMappingProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectorMappingProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectorMappingProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to