Share via


SyncGroupSchemaTableColumn Class

Definition

Properties of column in sync group table.

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

Constructors

Name Description
SyncGroupSchemaTableColumn()

Initializes a new instance of SyncGroupSchemaTableColumn.

Properties

Name Description
DataSize

Data size of the column.

DataType

Data type of the column.

QuotedName

Quoted name of sync group table column.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SyncGroupSchemaTableColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncGroupSchemaTableColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncGroupSchemaTableColumn>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncGroupSchemaTableColumn>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncGroupSchemaTableColumn>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to