SyncConfig: {
    cancelWaitsOnNonfatalError: boolean;
    clientResyncMode: ClientResetMode;
    clientValidateSsl: boolean;
    customHttpHeaders: Record<string, string>;
    flxSyncRequested: boolean;
    partitionValue: string;
    proxyConfig: undefined | SyncProxyConfig;
    sslTrustCertificatePath: undefined | string;
    sslVerifyCallback: null | SslVerifyCallback;
    stopPolicy: SyncSessionStopPolicy;
    user: SyncUser;
}

Type declaration

  • cancelWaitsOnNonfatalError: boolean

    Default

    false
    
  • clientResyncMode: ClientResetMode

    Default

    ClientResyncMode::Manual;
    
  • clientValidateSsl: boolean

    Default

    true
    
  • customHttpHeaders: Record<string, string>
  • flxSyncRequested: boolean

    Default

    false
    
  • partitionValue: string
  • proxyConfig: undefined | SyncProxyConfig
  • sslTrustCertificatePath: undefined | string
  • sslVerifyCallback: null | SslVerifyCallback
  • stopPolicy: SyncSessionStopPolicy

    Default

    AfterChangesUploaded
    
  • user: SyncUser

Generated using TypeDoc