Condividi tramite


ConnectorMappingFormat Class

Definition

Connector mapping property format.

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

Constructors

ConnectorMappingFormat()

Initializes a new instance of ConnectorMappingFormat.

Properties

AcceptLanguage

The oData language.

ArraySeparator

Character separating array elements.

ColumnDelimiter

The character that signifies a break between columns.

FormatType

The type mapping format.

QuoteCharacter

Quote character, used to indicate enquoted fields.

QuoteEscapeCharacter

Escape character for quotes, can be the same as the quoteCharacter.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectorMappingFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectorMappingFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectorMappingFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectorMappingFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectorMappingFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to