SyncFullSchemaPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. SyncFullSchemaPropertiesInner
- com.
Implements
public final class SyncFullSchemaPropertiesInner
implements JsonSerializable<SyncFullSchemaPropertiesInner>
Properties of the database full schema.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
|
Offset |
lastUpdateTime()
Get the last |
|
List<Sync |
tables()
Get the tables property: List of tables in the database full schema. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SyncFullSchemaPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of SyncFullSchemaPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdateTime
public OffsetDateTime lastUpdateTime()
Get the lastUpdateTime property: Last update time of the database schema.
Returns:
tables
public List<SyncFullSchemaTable> tables()
Get the tables property: List of tables in the database full schema.
Returns:
toJson
validate
public void validate()
Validates the instance.