public final class SyncFullSchemaTable extends Object
| Constructor and Description |
|---|
SyncFullSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
List<SyncFullSchemaTableColumn> |
columns()
Get the columns property: List of columns in the table of database full schema.
|
String |
errorId()
Get the errorId property: Error id of the table.
|
Boolean |
hasError()
Get the hasError property: If there is error in the table.
|
String |
name()
Get the name property: Name of the table.
|
String |
quotedName()
Get the quotedName property: Quoted name of the table.
|
void |
validate()
Validates the instance.
|
public List<SyncFullSchemaTableColumn> columns()
public String errorId()
public Boolean hasError()
public String name()
public String quotedName()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.