public class SyncFullSchemaTable extends Object
| Constructor and Description |
|---|
SyncFullSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
List<SyncFullSchemaTableColumn> |
columns()
Get the columns value.
|
String |
errorId()
Get the errorId value.
|
Boolean |
hasError()
Get the hasError value.
|
String |
name()
Get the name value.
|
String |
quotedName()
Get the quotedName value.
|
public List<SyncFullSchemaTableColumn> columns()
public String errorId()
public Boolean hasError()
public String name()
public String quotedName()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/