Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to ignore an Object with specific type sync to cloud? #272

Open
WilliamZhangWH opened this issue Sep 1, 2023 · 1 comment
Open

How to ignore an Object with specific type sync to cloud? #272

WilliamZhangWH opened this issue Sep 1, 2023 · 1 comment

Comments

@WilliamZhangWH
Copy link

WilliamZhangWH commented Sep 1, 2023

For Example:

I have an Object called 'Provider'

open class Provider: Object {
    @objc dynamic public var isDeleted = false
    
    @objc dynamic var id: String = UUID().uuidString
    @objc dynamic var name: String = ""
    @objc dynamic var type = ProviderType.Local.rawValue (👈🏻 Ignore '.Local' type Object sync to cloud)
}

@caiyue1993 Please help me.

@WilliamZhangWH WilliamZhangWH changed the title How to ignore an Object with specify type sync to cloud? How to ignore an Object with specific type sync to cloud? Sep 1, 2023
@aehlke
Copy link

aehlke commented Apr 30, 2024

I recently added this capability in my fork

https://github.com/lake-of-fire/BigSyncKit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants