共用方式為


DatabaseTable Class

Definition

Table properties.

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

Properties

HasRows

Indicates whether table is empty or not.

Name

Schema-qualified name of the table.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseTable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseTable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseTable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseTable>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseTable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to