- upSyncToRemote(
type: RelationshipType,
options: EndpointConnectorParamsOptions,
remoteConnector: Constructor<EndpointConnector>,
): Promise<void> Parameters
- type: RelationshipType
- options: EndpointConnectorParamsOptions
- remoteConnector: Constructor<EndpointConnector>
Returns Promise<void>
- upSyncToRemote(
type: RelationshipType,
options: string,
remoteConnector: Constructor<S3Connector>,
): Promise<void> Parameters
- type: RelationshipType
- options: string
- remoteConnector: Constructor<S3Connector>
Returns Promise<void>