SyncFullSchemaTableColumn Class

Definition

Properties of the column in the table of database full schema.

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

Properties

DataSize

Data size of the column.

DataType

Data type of the column.

ErrorId

Error id of the column.

HasError

If there is error in the table.

IsPrimaryKey

If it is the primary key of the table.

Name

Name of the column.

QuotedName

Quoted name of the column.

Explicit Interface Implementations

IJsonModel<SyncFullSchemaTableColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncFullSchemaTableColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncFullSchemaTableColumn>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncFullSchemaTableColumn>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncFullSchemaTableColumn>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to