Type alias SyncClientConfig_Relaxed

SyncClientConfig_Relaxed: {
    baseFilePath: string;
    customEncryptionKey?: ArrayBuffer;
    logLevel?: LoggerLevel;
    loggerFactory?: null | LoggerFactory;
    metadataMode?: MetadataMode;
    multiplexSessions?: boolean;
    timeouts?: SyncClientTimeouts_Relaxed;
    userAgentApplicationInfo?: string;
    userAgentBindingInfo?: string;
}

Type declaration

  • baseFilePath: string
  • Optional customEncryptionKey?: ArrayBuffer
  • Optional logLevel?: LoggerLevel

    Deprecated

    Add log_level to your opt-in list (under records/SyncClientConfig/fields/) to use this.

    Default

    LoggerLevel::info
    
  • Optional loggerFactory?: null | LoggerFactory

    Deprecated

    Add logger_factory to your opt-in list (under records/SyncClientConfig/fields/) to use this.

  • Optional metadataMode?: MetadataMode

    Default

    MetadataMode::Encryption
    
  • Optional multiplexSessions?: boolean

    Default

    false
    
  • Optional timeouts?: SyncClientTimeouts_Relaxed

    Deprecated

    Add timeouts to your opt-in list (under records/SyncClientConfig/fields/) to use this.

  • Optional userAgentApplicationInfo?: string

    Deprecated

    Add user_agent_application_info to your opt-in list (under records/SyncClientConfig/fields/) to use this.

  • Optional userAgentBindingInfo?: string

Generated using TypeDoc