SyncFullSchemaProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the database full schema.
public class SyncFullSchemaProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SyncFullSchemaProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SyncFullSchemaProperties>
type SyncFullSchemaProperties = class
interface IJsonModel<SyncFullSchemaProperties>
interface IPersistableModel<SyncFullSchemaProperties>
Public Class SyncFullSchemaProperties
Implements IJsonModel(Of SyncFullSchemaProperties), IPersistableModel(Of SyncFullSchemaProperties)
- Inheritance
-
SyncFullSchemaProperties
- Implements
Properties
LastUpdateOn |
Last update time of the database schema. |
Tables |
List of tables in the database full schema. |
Explicit Interface Implementations
IJsonModel<SyncFullSchemaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SyncFullSchemaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SyncFullSchemaProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SyncFullSchemaProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SyncFullSchemaProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET