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.
Constructor Summary
Constructor | Description |
---|---|
SyncFullSchemaPropertiesInner() |
Creates an instance of Sync |
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
Constructor Details
SyncFullSchemaPropertiesInner
public SyncFullSchemaPropertiesInner()
Creates an instance of SyncFullSchemaPropertiesInner class.
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
Get the tables property: List of tables in the database full schema.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java