Share via


ConnectorMappingStructure Class

Definition

Connector mapping property structure.

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

Constructors

ConnectorMappingStructure(String, String)

Initializes a new instance of ConnectorMappingStructure.

Properties

ColumnName

The column name of the import file.

CustomFormatSpecifier

Custom format specifier for input parsing.

IsEncrypted

Indicates if the column is encrypted.

PropertyName

The property name of the mapping entity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectorMappingStructure>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectorMappingStructure>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectorMappingStructure>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectorMappingStructure>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectorMappingStructure>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to