| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<SqlSyncFullSchemaProperty> |
SqlSyncGroup.listHubSchemas()
Gets a collection of hub database schemas.
|
rx.Observable<SqlSyncFullSchemaProperty> |
SqlSyncGroup.listHubSchemasAsync()
Gets a collection of hub database schemas asynchronously.
|
com.microsoft.azure.PagedList<SqlSyncFullSchemaProperty> |
SqlSyncMember.listMemberSchemas()
Lists the sync member database schemas.
|
rx.Observable<SqlSyncFullSchemaProperty> |
SqlSyncMember.listMemberSchemasAsync()
Lists the sync member database schemas asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/